]> granicus.if.org Git - yasm/commitdiff
* x86id.c: Fix pause instruction (closing #72).
authorPeter Johnson <peter@tortall.net>
Wed, 22 Mar 2006 16:49:41 +0000 (16:49 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 22 Mar 2006 16:49:41 +0000 (16:49 -0000)
svn path=/trunk/yasm/; revision=1427

modules/arch/x86/x86id.c

index c375e570cc400d3ebd42aaebb587c1c2bff69d73..e85b8c117e8d7e8d462ec4120aad5d94e63a650b 100644 (file)
@@ -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} }
 };