diff options
-rw-r--r-- | opcodes/ChangeLog | 3 | ||||
-rw-r--r-- | opcodes/hppa-dis.c | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 067efda..6916f8c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,8 @@ Sat Sep 18 11:36:12 1999 Jeffrey A Law (law@cygnus.com) + * hppa-dis.c: (print_insn_hppa): Add missing break after + FP register case. + * hppa-dis.c: Finish constifying various completers, register names, etc etc. 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); |