diff options
Diffstat (limited to 'test/arch/x86/arch.py')
| -rw-r--r-- | test/arch/x86/arch.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py index db242236..322635e7 100644 --- a/test/arch/x86/arch.py +++ b/test/arch/x86/arch.py @@ -72,6 +72,8 @@ reg_tests = [ (m64, "XXXXXXXX CPUID", "0fa2"), + (m32, "XXXXXXXX SETALC", + "D6"), (m32, "XXXXXXXX PMINSW MM0, QWORD PTR [EAX]", "0fea00"), |