Temporary fix to decode some amd64 in a more accurate way

This commit is contained in:
Pierre Pronchery 2011-08-31 16:14:49 +00:00
parent 13218f3561
commit 69fb6897c9

View File

@ -20,4 +20,4 @@
/* MOV 0x4989 2 */
{ "mov", 0x4989, OP2F, AOT_NONE, AOT_NONE, AOT_NONE },
/* SUB 0x4883 2 */
{ "sub", 0x4883, OP2F, AOT_NONE, AOT_NONE, AOT_NONE },
{ "sub", 0x4883, OP2F, OP_U8, OP_U8, AOT_NONE },