]> granicus.if.org Git - yasm/commitdiff
Fix LSS opcode.
authorPeter Johnson <peter@tortall.net>
Tue, 4 May 2004 19:40:15 +0000 (19:40 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 4 May 2004 19:40:15 +0000 (19:40 -0000)
Bugzilla Bug: 36
Reported By: vclaudepierre@tiscali.fr

svn path=/trunk/yasm/; revision=1114

modules/arch/x86/tests/genopcode.hex
modules/arch/x86/x86id.re

index 4728ca4bbd1db4596ac0e8fc9da3063a4a2f7293..069c90dd15448c4ce2c888cdbddff6cc66c65379 100644 (file)
@@ -220,7 +220,7 @@ c4
 00 
 66 
 0f 
-b6 
+b2 
 26 
 0b 
 00 
index 97fe80a4043745d976c9124bf682ea009cb6816f..fdfdb2b8852eba3a1787c04065d444d9a215e49d 100644 (file)
@@ -2921,7 +2921,7 @@ yasm_x86__parse_check_id(yasm_arch *arch, unsigned long data[4],
        }
        L F S { RET_INSN(lfgss, 0xB4, CPU_386); }
        L G S { RET_INSN(lfgss, 0xB5, CPU_386); }
-       L S S { RET_INSN(lfgss, 0xB6, CPU_386); }
+       L S S { RET_INSN(lfgss, 0xB2, CPU_386); }
        /* Flags register instructions */
        C L C { RET_INSN(onebyte, 0x00F8, CPU_Any); }
        C L D { RET_INSN(onebyte, 0x00FC, CPU_Any); }