about summary refs log tree commit diff stats
path: root/miasm2/arch/msp430/regs.py
diff options
context:
space:
mode:
Diffstat (limited to 'miasm2/arch/msp430/regs.py')
-rw-r--r--miasm2/arch/msp430/regs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/miasm2/arch/msp430/regs.py b/miasm2/arch/msp430/regs.py
index 7a389ae1..ea86e1fc 100644
--- a/miasm2/arch/msp430/regs.py
+++ b/miasm2/arch/msp430/regs.py
@@ -89,6 +89,8 @@ all_regs_ids = [
     cpuoff, gie, osc, scg0, scg1, res,
 ]
 
+all_regs_ids_no_alias = all_regs_ids
+
 all_regs_ids_byname = dict([(x.name, x) for x in all_regs_ids])
 
 all_regs_ids_init = [PC_init, SP_init, SR_init, R3_init,