From 3af9a80722cb03d594c577aa0cb7c4ec078e572d Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Fri, 2 Aug 2002 05:27:29 +0000 Subject: [PATCH] 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 --- modules/arch/x86/instrs.dat | 2 +- src/arch/x86/instrs.dat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/arch/x86/instrs.dat b/modules/arch/x86/instrs.dat index 7a046094..d227d817 100644 --- a/modules/arch/x86/instrs.dat +++ b/modules/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 diff --git a/src/arch/x86/instrs.dat b/src/arch/x86/instrs.dat index 7a046094..d227d817 100644 --- a/src/arch/x86/instrs.dat +++ b/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 -- 2.40.0