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