diff options
Diffstat (limited to 'test/arch/x86/arch.py')
| -rw-r--r-- | test/arch/x86/arch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py index 2af90c8a..7b834e2c 100644 --- a/test/arch/x86/arch.py +++ b/test/arch/x86/arch.py @@ -864,7 +864,7 @@ reg_tests = [ "0fc74c2408"), (m64, "00000000 CMPXCHG8B QWORD PTR [RSP + 0x8]", "0fc74c2408"), - (m64, "00000000 CMPXCHG16B QWORD PTR [RSP + 0x8]", + (m64, "00000000 CMPXCHG16B XMMWORD PTR [RSP + 0x8]", "480fc74c2408"), (m32, "00000000 CDQ", |