]> granicus.if.org Git - yasm/commitdiff
This file is going away soon, but it's still good to fix errors: CLTS was
authorPeter Johnson <peter@tortall.net>
Fri, 2 Aug 2002 05:27:29 +0000 (05:27 -0000)
committerPeter Johnson <peter@tortall.net>
Fri, 2 Aug 2002 05:27:29 +0000 (05:27 -0000)
passing too many values to the twobyte group.

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

modules/arch/x86/instrs.dat
src/arch/x86/instrs.dat

index 7a04609483cf66c0f5b2708d9b2de2f9443bee17..d227d8177c0e85befe144efec301d34d59f3a0d8 100644 (file)
@@ -254,7 +254,7 @@ lss reg32,mem               32      0F,B2           $2,$1           nil     386
 clc!onebyte            nil,F8          8086
 cld!onebyte            nil,FC          8086
 cli!onebyte            nil,FA          8086
-clts!twobyte           nil,0F,06       286,PRIV
+clts!twobyte           0F,06           286,PRIV
 cmc!onebyte            nil,F5          8086
 lahf!onebyte           nil,9F          8086
 sahf!onebyte           nil,9E          8086
index 7a04609483cf66c0f5b2708d9b2de2f9443bee17..d227d8177c0e85befe144efec301d34d59f3a0d8 100644 (file)
@@ -254,7 +254,7 @@ lss reg32,mem               32      0F,B2           $2,$1           nil     386
 clc!onebyte            nil,F8          8086
 cld!onebyte            nil,FC          8086
 cli!onebyte            nil,FA          8086
-clts!twobyte           nil,0F,06       286,PRIV
+clts!twobyte           0F,06           286,PRIV
 cmc!onebyte            nil,F5          8086
 lahf!onebyte           nil,9F          8086
 sahf!onebyte           nil,9E          8086