diff options
Diffstat (limited to '')
| -rw-r--r-- | miasm2/arch/sh4/arch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm2/arch/sh4/arch.py b/miasm2/arch/sh4/arch.py index 7039016c..d9ac2c9f 100644 --- a/miasm2/arch/sh4/arch.py +++ b/miasm2/arch/sh4/arch.py @@ -386,6 +386,7 @@ class additional_info: class instruction_sh4(instruction): + __slots__ = [] delayslot = 0 def __init__(self, *args, **kargs): |