about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2015-12-02 10:02:16 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2015-12-04 15:59:26 +0100
commit5ccd41c9a57dabf65bf193f69b53b36bfa553e69 (patch)
tree18deca90eeacbc306bf3eee4aec897a021b2f823
parent85bc9542a3c260595698f48b1de71a6da1d09ba7 (diff)
downloadmiasm-5ccd41c9a57dabf65bf193f69b53b36bfa553e69.tar.gz
miasm-5ccd41c9a57dabf65bf193f69b53b36bfa553e69.zip
X86/sem: sti priv instr
-rw-r--r--miasm2/arch/x86/sem.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm2/arch/x86/sem.py b/miasm2/arch/x86/sem.py
index 800a1fa2..802b6283 100644
--- a/miasm2/arch/x86/sem.py
+++ b/miasm2/arch/x86/sem.py
@@ -660,7 +660,6 @@ def cli(ir, instr):
 
 def sti(ir, instr):
     e = [m2_expr.ExprAff(exception_flags, m2_expr.ExprInt32(EXCEPT_PRIV_INSN))]
-    e = []  # XXX TODO HACK
     return e, []