This file is going away soon, but it's still good to fix errors: CLTS was

passing too many values to the twobyte group.

svn path=/trunk/yasm/; revision=657
0.3
Peter Johnson 23 years ago
parent 0c49ed0c7b
commit 3af9a80722
  1. 2
      modules/arch/x86/instrs.dat
  2. 2
      src/arch/x86/instrs.dat

@ -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

@ -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

Loading…
Cancel
Save