modifiedmethod:
getTargetAddress
added throws RelocationException; removed throws NotFoundException
- ghidra.program.model.address.Address getTargetAddress() throws NotFoundException
+ ghidra.program.model.address.Address getTargetAddress() throws RelocationException
modifiedmethod:
getTargetAddressExtra
added throws RelocationException; removed throws NotFoundException
- ghidra.program.model.address.Address getTargetAddressExtra() throws NotFoundException
+ ghidra.program.model.address.Address getTargetAddressExtra() throws RelocationException