diff options
Diffstat (limited to '')
| -rw-r--r-- | miasm2/arch/x86/sem.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/arch/x86/sem.py b/miasm2/arch/x86/sem.py index 51bf5d3b..847720fb 100644 --- a/miasm2/arch/x86/sem.py +++ b/miasm2/arch/x86/sem.py @@ -2574,6 +2574,7 @@ def daa(ir, instr): al_c1 + m2_expr.ExprInt8(0x60), al_c1) e.append(m2_expr.ExprAff(r_al, new_al)) + e += update_flag_znp(new_al) return e, [] def das(ir, instr): |