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>2015-02-27 14:28:55 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2015-02-27 15:19:30 +0100
commit4c68514f01aac6297179f1c271368dd5ca48c01e (patch)
tree2bbf474649a3aaba36a0db42b130e543b2ea1dde /test/arch/x86/arch.py
parent6985f19bffc5f509804ac6c2e54d662b38a9bb12 (diff)
downloadmiasm-4c68514f01aac6297179f1c271368dd5ca48c01e.tar.gz
miasm-4c68514f01aac6297179f1c271368dd5ca48c01e.zip
Test/X86: updt reg tests
Diffstat (limited to 'test/arch/x86/arch.py')
-rw-r--r--test/arch/x86/arch.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index 16a0794a..5ee65ee5 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -1115,10 +1115,10 @@ reg_tests = [
      "9d"),
     (m32, "00000000    POPFD",
      "9d"),
-    (m64, "00000000    POPFD",
-     "9d"),
     (m64, "00000000    POPFQ",
-     "489d"),
+     "9d"),
+    (m64, "00000000    POPFW",
+     "669d"),
 
     (m32, "00000000    PREFETCH0  BYTE PTR [EAX]",
      "0f1808"),
@@ -1183,10 +1183,10 @@ reg_tests = [
      "9c"),
     (m32, "00000000    PUSHFD",
      "9c"),
-    (m64, "00000000    PUSHFD",
-     "9c"),
     (m64, "00000000    PUSHFQ",
-     "489c"),
+     "9c"),
+    (m64, "00000000    PUSHFW",
+     "669c"),
 
     (m32, "00000000    RCL        BYTE PTR [EAX], 0x1",
      "D010"),