diff options
Diffstat (limited to 'miasm/arch/mep/arch.py')
| -rw-r--r-- | miasm/arch/mep/arch.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/miasm/arch/mep/arch.py b/miasm/arch/mep/arch.py index 67dd5288..ed7813ca 100644 --- a/miasm/arch/mep/arch.py +++ b/miasm/arch/mep/arch.py @@ -58,11 +58,6 @@ class instruction_mep(instruction): - it must be implemented ! """ - # Default delay slot - # Note: - # - mandatory for the miasm Machine - delayslot = 0 - @staticmethod def arg2str(expr, pos=None, loc_db=None): """Convert mnemonics arguments into readable strings according to the |