about summary refs log tree commit diff stats
path: root/miasm2/arch/mips32/arch.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2016-01-13 14:15:35 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2016-01-15 15:40:30 +0100
commit6b87a3f5056fc971fb7ede2af69e70a96f869a59 (patch)
treeead33a7804c25f29567ab3f846322a1cf045d581 /miasm2/arch/mips32/arch.py
parent4c9094900f28a569bab5b0d6fc3343e418eb8569 (diff)
downloadmiasm-6b87a3f5056fc971fb7ede2af69e70a96f869a59.tar.gz
miasm-6b87a3f5056fc971fb7ede2af69e70a96f869a59.zip
Instructions: slots class
Diffstat (limited to 'miasm2/arch/mips32/arch.py')
-rw-r--r--miasm2/arch/mips32/arch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/arch/mips32/arch.py b/miasm2/arch/mips32/arch.py
index f64e09e5..04ce6bdd 100644
--- a/miasm2/arch/mips32/arch.py
+++ b/miasm2/arch/mips32/arch.py
@@ -78,6 +78,7 @@ br_2 = ['BEQ', 'BEQL', 'BNE']
 
 
 class instruction_mips32(cpu.instruction):
+    __slots__ = []
     delayslot = 1
 
     def __init__(self, *args, **kargs):