* 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

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