about summary refs log tree commit diff stats
path: root/test/arch/x86/arch.py
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2018-04-09 13:11:33 +0200
committerGitHub <noreply@github.com>2018-04-09 13:11:33 +0200
commit1300b0bd8397f47ce152d781f988707cdb64d8f8 (patch)
tree7defbd999738fc1dabe38a49677ea4a49dac7fc0 /test/arch/x86/arch.py
parent5b07d8c8828bdaba0c9a4ce63e978441d5dab525 (diff)
parent83dd9397b040dd0a318b7ac045efa3ffed23a80d (diff)
downloadmiasm-1300b0bd8397f47ce152d781f988707cdb64d8f8.tar.gz
miasm-1300b0bd8397f47ce152d781f988707cdb64d8f8.zip
Merge pull request #712 from serpilliere/fix_x86_sem
X86/sem: fix cmpxchg sem
Diffstat (limited to '')
-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",