diff options
| author | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-04-08 20:53:15 +0200 |
|---|---|---|
| committer | Fabrice Desclaux <fabrice.desclaux@cea.fr> | 2018-04-08 20:53:15 +0200 |
| commit | 83dd9397b040dd0a318b7ac045efa3ffed23a80d (patch) | |
| tree | 7defbd999738fc1dabe38a49677ea4a49dac7fc0 /test/arch/x86/arch.py | |
| parent | 5b07d8c8828bdaba0c9a4ce63e978441d5dab525 (diff) | |
| download | miasm-83dd9397b040dd0a318b7ac045efa3ffed23a80d.tar.gz miasm-83dd9397b040dd0a318b7ac045efa3ffed23a80d.zip | |
X86/sem: fix cmpxchg sem
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", |