about summary refs log tree commit diff stats
path: root/miasm2/arch/x86/sem.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2015-11-09 16:16:51 +0100
committerserpilliere <serpilliere@users.noreply.github.com>2015-11-09 16:16:51 +0100
commit44b450e822967664b3d53ac44023ad5b425d0340 (patch)
tree57c46f29a8d30b13d38c13bf153b83238d239548 /miasm2/arch/x86/sem.py
parentea2b165ae2b31d05dfac69bc723bb4625d434a82 (diff)
parentf7792a8efc093096c79e19e0c1ff59da3de5907e (diff)
downloadmiasm-44b450e822967664b3d53ac44023ad5b425d0340.tar.gz
miasm-44b450e822967664b3d53ac44023ad5b425d0340.zip
Merge pull request #261 from commial/x86-interrupt
X86 interrupt
Diffstat (limited to 'miasm2/arch/x86/sem.py')
-rw-r--r--miasm2/arch/x86/sem.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/arch/x86/sem.py b/miasm2/arch/x86/sem.py
index 1dd5bc67..41a2c229 100644
--- a/miasm2/arch/x86/sem.py
+++ b/miasm2/arch/x86/sem.py
@@ -2799,6 +2799,7 @@ def l_int(ir, instr, a):
         except_int = EXCEPT_INT_XX
     e.append(m2_expr.ExprAff(exception_flags,
                      m2_expr.ExprInt32(except_int)))
+    e.append(m2_expr.ExprAff(interrupt_num, a))
     return e, []