about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2018-05-15 15:52:16 +0200
committerAjax <commial@gmail.com>2018-05-15 15:52:16 +0200
commitd87f5e3c45edd586c6c1ac77a3e485a33e95e236 (patch)
treecab4451d098d94a9de3a13bb9cd1b3721b1f51f1 /test
parentb0db47c82568f7bf78ce1fdfe059569d6efd019a (diff)
downloadmiasm-d87f5e3c45edd586c6c1ac77a3e485a33e95e236.tar.gz
miasm-d87f5e3c45edd586c6c1ac77a3e485a33e95e236.zip
Rename x86 specific op 'cpuid' to 'x86_cpuid'
Diffstat (limited to 'test')
-rwxr-xr-xtest/ir/ir2C.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ir/ir2C.py b/test/ir/ir2C.py
index 20ade999..375dedb8 100755
--- a/test/ir/ir2C.py
+++ b/test/ir/ir2C.py
@@ -40,7 +40,7 @@ class TestIrIr2C(unittest.TestCase):
         self.translationTest(
             ExprOp('cntleadzeros',     *args[:1]), r'cntleadzeros(0x0, 0x20)')
         self.translationTest(
-            ExprOp('cpuid',  *args[:2]), r'cpuid(0x0, 0x1)')
+            ExprOp('x86_cpuid',  *args[:2]), r'x86_cpuid(0x0, 0x1)')
         self.translationTest(
             ExprOp('fcom0',   *args[:2]), r'fcom0(0x0, 0x1)')
         self.translationTest(