OOps
This commit is contained in:
@@ -440,8 +440,6 @@ class Armv7Cpu(Cpu):
|
||||
return 'LSR'
|
||||
elif instr.mnemonic.startswith('lsl'):
|
||||
return 'LSL'
|
||||
elif instr.mnemonic.startswith('asr'):
|
||||
return 'ASR'
|
||||
return OP_NAME_MAP.get(name, name)
|
||||
|
||||
def readOperand(self, op):
|
||||
|
||||
Reference in New Issue
Block a user