* hppa-dis.c: (print_insn_hppa): Add missing break after

FP register case.
This commit is contained in:
Jeff Law
1999-09-18 17:57:08 +00:00
parent e0c52e9997
commit 2f87f883f1
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
Sat Sep 18 11:36:12 1999 Jeffrey A Law (law@cygnus.com) 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 * hppa-dis.c: Finish constifying various completers, register
names, etc etc. names, etc etc.

View File

@ -454,6 +454,7 @@ print_insn_hppa (memaddr, info)
break; break;
} }
} }
break;
case '5': case '5':
fput_const (extract_5_load (insn), info); fput_const (extract_5_load (insn), info);