summaryrefslogtreecommitdiff
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
commitd3b563c79e13feb657db08833d5d46a5047bf6c4 (patch)
tree4aa9da9beb9e9b423fcefc733ae9c371bb702deb /opcodes/hppa-dis.c
parentfbe6a4714199a9679c6d4a59ca38d1a41eaad64d (diff)
downloadbinutils-redhat-d3b563c79e13feb657db08833d5d46a5047bf6c4.tar.gz
* 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 b726f57bc3..d512d86e84 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);