about summary refs log tree commit diff stats
path: root/miasm2/jitter/emulatedsymbexec.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2018-05-15 15:28:28 +0200
committerGitHub <noreply@github.com>2018-05-15 15:28:28 +0200
commitb0db47c82568f7bf78ce1fdfe059569d6efd019a (patch)
tree37d1430d44d0d8efd6574aa877d17e41037047b7 /miasm2/jitter/emulatedsymbexec.py
parent4dae0d5df51165d2c535f0812761dc6bdadfe88e (diff)
parent4461be4542501dddbffbcab9220d504d4107c504 (diff)
downloadmiasm-b0db47c82568f7bf78ce1fdfe059569d6efd019a.tar.gz
miasm-b0db47c82568f7bf78ce1fdfe059569d6efd019a.zip
Merge pull request #741 from commial/refactor/extract-op-C
Refactor/extract op c
Diffstat (limited to '')
-rw-r--r--miasm2/jitter/emulatedsymbexec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/jitter/emulatedsymbexec.py b/miasm2/jitter/emulatedsymbexec.py
index 4107dc75..ce3ad017 100644
--- a/miasm2/jitter/emulatedsymbexec.py
+++ b/miasm2/jitter/emulatedsymbexec.py
@@ -117,7 +117,7 @@ class EmulatedSymbExec(SymbolicExecutionEngine):
         return e_s(m2_expr.ExprInt(segmaddr, expr.size) + expr.args[1])
 
     def _simp_handle_cpuid(self, e_s, expr):
-        """From miasm2/jitter/vm_mngr.h: cpuid"""
+        """From miasm2/jitter/op_semantics.h: cpuid"""
         if expr.op != "cpuid":
             return expr