diff options
author | Jeff Law <law@redhat.com> | 1999-09-18 17:57:08 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-18 17:57:08 +0000 |
commit | 2f87f883f1781c685d855323a32c3866f9d54ded (patch) | |
tree | 1a5865abb8579e0c5e5f09ca2d8ef8a9d82c6f92 /opcodes/hppa-dis.c | |
parent | e0c52e99974f052904823608fc2272cc1321f4e7 (diff) | |
download | gdb-2f87f883f1781c685d855323a32c3866f9d54ded.zip gdb-2f87f883f1781c685d855323a32c3866f9d54ded.tar.gz gdb-2f87f883f1781c685d855323a32c3866f9d54ded.tar.bz2 |
* hppa-dis.c: (print_insn_hppa): Add missing break after
FP register case.
Diffstat (limited to 'opcodes/hppa-dis.c')
-rw-r--r-- | opcodes/hppa-dis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/hppa-dis.c b/opcodes/hppa-dis.c index b726f57..d512d86 100644 --- a/opcodes/hppa-dis.c +++ b/opcodes/hppa-dis.c @@ -454,6 +454,7 @@ print_insn_hppa (memaddr, info) break; } } + break; case '5': fput_const (extract_5_load (insn), info); |