about summary refs log tree commit diff stats
path: root/miasm2/arch/msp430/arch.py
diff options
context:
space:
mode:
Diffstat (limited to 'miasm2/arch/msp430/arch.py')
-rw-r--r--miasm2/arch/msp430/arch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/arch/msp430/arch.py b/miasm2/arch/msp430/arch.py
index cda49608..56793a11 100644
--- a/miasm2/arch/msp430/arch.py
+++ b/miasm2/arch/msp430/arch.py
@@ -107,6 +107,7 @@ class additional_info:
 
 
 class instruction_msp430(instruction):
+    __slots__ = []
     delayslot = 0
 
     def dstflow(self):