diff options
Diffstat (limited to 'miasm2/arch/msp430/sem.py')
| -rw-r--r-- | miasm2/arch/msp430/sem.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/arch/msp430/sem.py b/miasm2/arch/msp430/sem.py index 5fd96ae2..dd24abb1 100644 --- a/miasm2/arch/msp430/sem.py +++ b/miasm2/arch/msp430/sem.py @@ -419,6 +419,7 @@ class ir_msp430(IntermediateRepresentation): self.pc = PC self.sp = SP self.IRDst = ExprId('IRDst', 16) + self.addrsize = 16 def mod_pc(self, instr, instr_ir, extra_ir): pass |