diff options
Diffstat (limited to 'miasm2/arch/mips32/arch.py')
| -rw-r--r-- | miasm2/arch/mips32/arch.py | 1 |
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): |