about summary refs log tree commit diff stats
path: root/test/arch/x86/arch.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2018-04-08 20:53:15 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2018-04-08 20:53:15 +0200
commit83dd9397b040dd0a318b7ac045efa3ffed23a80d (patch)
tree7defbd999738fc1dabe38a49677ea4a49dac7fc0 /test/arch/x86/arch.py
parent5b07d8c8828bdaba0c9a4ce63e978441d5dab525 (diff)
downloadmiasm-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.py2
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",