OSDN Git Service

Fix oops.
authorJeff Law <law@redhat.com>
Wed, 28 Jul 1999 10:36:38 +0000 (10:36 +0000)
committerJeff Law <law@redhat.com>
Wed, 28 Jul 1999 10:36:38 +0000 (10:36 +0000)
opcodes/hppa-dis.c

index ef2112c..8e48d67 100644 (file)
@@ -328,6 +328,7 @@ print_insn_hppa (memaddr, info)
                  break;
                case 'E':
                  fput_fp_reg (GET_FIELD (insn, 6, 10), info);
+                 break;
                case 't':
                  fput_reg (GET_FIELD (insn, 27, 31), info);
                  break;