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:
parent
5cff901f31
commit
d34b50065a
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2009-03-26 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* i386-dis.c (get_valid_dis386): Abort on unhandled table.
|
||||||
|
|
||||||
2009-03-18 Alan Modra <amodra@bigpond.net.au>
|
2009-03-18 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* cgen-opc.c: Include alloca-conf.h rather than alloca.h.
|
* cgen-opc.c: Include alloca-conf.h rather than alloca.h.
|
||||||
|
|
|
@ -10044,8 +10044,7 @@ get_valid_dis386 (const struct dis386 *dp, disassemble_info *info)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
oappend (INTERNAL_DISASSEMBLER_ERROR);
|
abort ();
|
||||||
return NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dp->name != NULL)
|
if (dp->name != NULL)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue