about summary refs log tree commit diff stats
path: root/miasm2
diff options
context:
space:
mode:
Diffstat (limited to 'miasm2')
-rw-r--r--miasm2/arch/sh4/arch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm2/arch/sh4/arch.py b/miasm2/arch/sh4/arch.py
index d07e631d..d6a44881 100644
--- a/miasm2/arch/sh4/arch.py
+++ b/miasm2/arch/sh4/arch.py
@@ -407,7 +407,7 @@ class instruction_sh4(instruction):
     delayslot = 0
 
     def __init__(self, *args, **kargs):
-        super(instruction_arm, self).__init__(*args, **kargs)
+        super(instruction_sh4, self).__init__(*args, **kargs)
 
     def dstflow(self):
         return self.name.startswith('J')