diff options
Diffstat (limited to 'miasm2/arch/sh4/regs.py')
| -rw-r--r-- | miasm2/arch/sh4/regs.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm2/arch/sh4/regs.py b/miasm2/arch/sh4/regs.py index cfbca187..89ff42f8 100644 --- a/miasm2/arch/sh4/regs.py +++ b/miasm2/arch/sh4/regs.py @@ -78,7 +78,6 @@ all_regs_ids_init = [ExprId("%s_init" % x.name, x.size) for x in all_regs_ids] regs_init = {} for i, r in enumerate(all_regs_ids): - all_regs_ids_init[i].is_term = True regs_init[r] = all_regs_ids_init[i] regs_flt_expr = [] |