about summary refs log tree commit diff stats
path: root/miasm/arch/ppc/arch.py
diff options
context:
space:
mode:
Diffstat (limited to 'miasm/arch/ppc/arch.py')
-rw-r--r--miasm/arch/ppc/arch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm/arch/ppc/arch.py b/miasm/arch/ppc/arch.py
index d4edc58e..a1bde2a6 100644
--- a/miasm/arch/ppc/arch.py
+++ b/miasm/arch/ppc/arch.py
@@ -69,7 +69,6 @@ class additional_info(object):
 
 
 class instruction_ppc(instruction):
-    delayslot = 0
 
     def __init__(self, *args, **kargs):
         super(instruction_ppc, self).__init__(*args, **kargs)