diff options
Diffstat (limited to 'test/arch/x86/arch.py')
| -rw-r--r-- | test/arch/x86/arch.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py index 80a8563d..e6797da2 100644 --- a/test/arch/x86/arch.py +++ b/test/arch/x86/arch.py @@ -2128,8 +2128,12 @@ reg_tests = [ (m32, "00000000 SIDT DWORD PTR [EAX]", "0f0108"), - (m32, "00000000 SLDT DWORD PTR [EAX]", + (m32, "00000000 SLDT WORD PTR [EAX]", "0f0000"), + (m32, "00000000 SLDT EAX", + "0f00C0"), + (m32, "00000000 SLDT AX", + "660f00C0"), (m32, "00000000 LGDT DWORD PTR [EAX]", |