about summary refs log tree commit diff stats
path: root/miasm/arch/sh4/arch.py
diff options
context:
space:
mode:
Diffstat (limited to 'miasm/arch/sh4/arch.py')
-rw-r--r--miasm/arch/sh4/arch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm/arch/sh4/arch.py b/miasm/arch/sh4/arch.py
index 3bf5049b..76489aee 100644
--- a/miasm/arch/sh4/arch.py
+++ b/miasm/arch/sh4/arch.py
@@ -400,7 +400,6 @@ class additional_info(object):
 
 class instruction_sh4(instruction):
     __slots__ = []
-    delayslot = 0
 
     def __init__(self, *args, **kargs):
         super(instruction_sh4, self).__init__(*args, **kargs)