about summary refs log tree commit diff stats
path: root/miasm2/arch/x86/sem.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2014-09-05 14:05:46 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2014-09-05 14:05:46 +0200
commitcd133589c644982a76ce8562edefe24d66ba27f3 (patch)
treeabb8ffa33254c5b8d85ca3e0a486f134ff628245 /miasm2/arch/x86/sem.py
parent0e7054db8168fe75e7e5ecae02e01ae28bc580f3 (diff)
downloadmiasm-cd133589c644982a76ce8562edefe24d66ba27f3.tar.gz
miasm-cd133589c644982a76ce8562edefe24d66ba27f3.zip
sem: tipo
Diffstat (limited to '')
-rw-r--r--miasm2/arch/x86/sem.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/arch/x86/sem.py b/miasm2/arch/x86/sem.py
index 57ce3e5e..bba53a14 100644
--- a/miasm2/arch/x86/sem.py
+++ b/miasm2/arch/x86/sem.py
@@ -392,7 +392,7 @@ def sar(ir, instr, a, b):
         ExprAff(cf, new_cf),
         ExprAff(of, ExprInt_from(of, 0)),
         ExprAff(a, c),
-        ExprAdd(ir.IRDst, lbl_skip)
+        ExprAff(ir.IRDst, lbl_skip)
     ]
 
     e_do += update_flag_znp(c)