diff options
Diffstat (limited to 'miasm2/arch/x86/sem.py')
| -rw-r--r-- | miasm2/arch/x86/sem.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm2/arch/x86/sem.py b/miasm2/arch/x86/sem.py index e1847fe7..ca5b3f8d 100644 --- a/miasm2/arch/x86/sem.py +++ b/miasm2/arch/x86/sem.py @@ -4614,7 +4614,6 @@ class ir_x86_16(IntermediateRepresentation): e_do = instr_ir c = IRBlock(lbl_do.name, [AssignBlock(e_do, instr)]) - c.except_automod = False e_n = [m2_expr.ExprAff(self.IRDst, m2_expr.ExprCond(c_reg, lbl_do, lbl_skip))] return e_n, [cond_bloc, c] + new_extra_ir |