Skip to content

Commit 617c3e0

Browse files
committed
ARM: inherit arguments from ARMCallOpcode
1 parent 4c1849d commit 617c3e0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

chb/arm/opcodes/ARMBranch.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ def jump_target(self, xdata: InstrXData) -> Optional["XXpr"]:
142142
else:
143143
return xdata.xprs[0]
144144

145-
def arguments(self, xdata: InstrXData) -> Sequence[XXpr]:
146-
return xdata.xprs
147-
148145
def annotation(self, xdata: InstrXData) -> str:
149146
if self.is_call_instruction(xdata):
150147
tgt = xdata.call_target(self.ixd)

0 commit comments

Comments
 (0)