daily update
[deliverable/binutils-gdb.git] / opcodes / s390-dis.c
index ef73d85f9b60d6afc9d835653916ff4465e82fcf..c5397d67fd226dea7231ba54aea3b2844052c14f 100644 (file)
@@ -65,17 +65,7 @@ init_disasm (struct disassemble_info *info)
     }
 
   if (!current_arch_mask)
-    switch (info->mach)
-      {
-      case bfd_mach_s390_31:
-       current_arch_mask = 1 << S390_OPCODE_ESA;
-       break;
-      case bfd_mach_s390_64:
-       current_arch_mask = 1 << S390_OPCODE_ZARCH;
-       break;
-      default:
-       abort ();
-      }
+    current_arch_mask = 1 << S390_OPCODE_ZARCH;
 
   init_flag = 1;
 }
This page took 0.023479 seconds and 4 git commands to generate.