Make function fixed_point_scaling_factor a method of struct type
[deliverable/binutils-gdb.git] / gdb / disasm-selftests.c
index a24db7f224ff983fa3cc0746e547043243e7ee40..f8f999351a3b6abdc5f79ab3a67ea09a3fff558d 100644 (file)
@@ -69,11 +69,6 @@ print_one_insn_test (struct gdbarch *gdbarch)
       insn = xstormy16_insn;
       len = sizeof (xstormy16_insn);
       break;
-    case bfd_arch_arc:
-      /* PR 21003 */
-      if (gdbarch_bfd_arch_info (gdbarch)->mach == bfd_mach_arc_arc601)
-       return;
-      /* fall through */
     case bfd_arch_nios2:
     case bfd_arch_score:
     case bfd_arch_riscv:
@@ -86,6 +81,11 @@ print_one_insn_test (struct gdbarch *gdbarch)
        len = bplen;
       }
       break;
+    case bfd_arch_arc:
+      /* PR 21003 */
+      if (gdbarch_bfd_arch_info (gdbarch)->mach == bfd_mach_arc_arc601)
+       return;
+      /* fall through */
     default:
       {
        /* Test disassemble breakpoint instruction.  */
This page took 0.025884 seconds and 4 git commands to generate.