about summary refs log tree commit diff stats
path: root/test/arch/x86/arch.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch/x86/arch.py')
-rw-r--r--test/arch/x86/arch.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index ce6012a0..44f5197e 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -1584,6 +1584,10 @@ reg_tests = [
     (m32, "00000000    NOP        DWORD PTR [EAX]",
      "0f1f00"),
 
+    (m32, "00000000    NOP        EAX",
+     "0f1fc8"),
+
+
     (m32, "00000000    NOT        BYTE PTR [EAX]",
      "f610"),
     (m32, "00000000    NOT        EBX",