From: Peter Johnson Date: Wed, 22 Mar 2006 16:49:41 +0000 (-0000) Subject: * x86id.c: Fix pause instruction (closing #72). X-Git-Tag: v0.5.0rc2~5^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cec40f1aeb3bf348d91ea8e440113800ce418f5;p=yasm * x86id.c: Fix pause instruction (closing #72). svn path=/trunk/yasm/; revision=1427 --- diff --git a/modules/arch/x86/x86id.c b/modules/arch/x86/x86id.c index c375e570..e85b8c11 100644 --- a/modules/arch/x86/x86id.c +++ b/modules/arch/x86/x86id.c @@ -299,7 +299,7 @@ static const x86_insn_info onebyte_insn[] = { /* One byte opcode instructions with "special" prefix with no operands */ static const x86_insn_info onebyte_prefix_insn[] = { - { CPU_Any, MOD_Op0Add|MOD_PreAdd, 0, 0, 0x00, 2, {0x00, 0, 0}, 0, 0, + { CPU_Any, MOD_Op0Add|MOD_PreAdd, 0, 0, 0x00, 1, {0x00, 0, 0}, 0, 0, {0, 0, 0} } };