diff options
Diffstat (limited to '')
| -rw-r--r-- | miasm2/arch/x86/sem.py | 2 |
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) |