2009-03-26 H.J. Lu <hongjiu.lu@intel.com>

* i386-dis.c (get_valid_dis386): Abort on unhandled table.
This commit is contained in:
H.J. Lu 2009-03-27 00:28:32 +00:00
parent 5cff901f31
commit d34b50065a
2 changed files with 5 additions and 2 deletions

View 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)