* src/gdb/target.h: Remove all tests for already defined
[deliverable/binutils-gdb.git] / opcodes / i386-dis.c
index 2e44ed0a8ac239247b4806b1b7f909c7535f9e1b..9e980e75381451493109c316dce7c871a2e413df 100644 (file)
@@ -10044,8 +10044,7 @@ get_valid_dis386 (const struct dis386 *dp, disassemble_info *info)
       break;
 
     default:
-      oappend (INTERNAL_DISASSEMBLER_ERROR);
-      return NULL;
+      abort ();
     }
 
   if (dp->name != NULL)
This page took 0.024181 seconds and 4 git commands to generate.