From 69fb6897c931ff92a089fb2178cd434a77353112 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 31 Aug 2011 16:14:49 +0000 Subject: [PATCH] Temporary fix to decode some amd64 in a more accurate way --- src/arch/amd64.ins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/amd64.ins b/src/arch/amd64.ins index fec35f2..37beeef 100644 --- a/src/arch/amd64.ins +++ b/src/arch/amd64.ins @@ -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 },