* hppa-dis.c: (print_insn_hppa): Add missing break after
FP register case.
This commit is contained in:
parent
e0c52e9997
commit
2f87f883f1
@ -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.
|
||||
|
||||
|
@ -454,6 +454,7 @@ print_insn_hppa (memaddr, info)
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case '5':
|
||||
fput_const (extract_5_load (insn), info);
|
||||
|
Loading…
Reference in New Issue
Block a user