aboutsummaryrefslogtreecommitdiff
path: root/opcodes/hppa-dis.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-18 17:57:08 +0000
committerJeff Law <law@redhat.com>1999-09-18 17:57:08 +0000
commit2f87f883f1781c685d855323a32c3866f9d54ded (patch)
tree1a5865abb8579e0c5e5f09ca2d8ef8a9d82c6f92 /opcodes/hppa-dis.c
parente0c52e99974f052904823608fc2272cc1321f4e7 (diff)
downloadfsf-binutils-gdb-2f87f883f1781c685d855323a32c3866f9d54ded.zip
fsf-binutils-gdb-2f87f883f1781c685d855323a32c3866f9d54ded.tar.gz
fsf-binutils-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.c1
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);