diff options
Diffstat (limited to 'miasm2/arch/sh4/regs.py')
| -rw-r--r-- | miasm2/arch/sh4/regs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/miasm2/arch/sh4/regs.py b/miasm2/arch/sh4/regs.py index 6ffe9691..cfbca187 100644 --- a/miasm2/arch/sh4/regs.py +++ b/miasm2/arch/sh4/regs.py @@ -80,3 +80,5 @@ 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 = [] |