mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GT-2932 - Decompiler - review fixes
This commit is contained in:
parent
f5f6b7c18b
commit
194addac9d
21 changed files with 609 additions and 285 deletions
|
@ -139,6 +139,13 @@ public class DiffGoToService implements GoToService {
|
|||
return false; // Can only go to locations in the Diff's second program.
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean goToExternalLocation(Navigatable navigatable, ExternalLocation extLoc,
|
||||
boolean checkNavigationOption) {
|
||||
showProgramFailureStatus();
|
||||
return false; // Can only go to locations in the Diff's second program.
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean goToQuery(Address fromAddr, QueryData queryData, GoToServiceListener listener,
|
||||
TaskMonitor monitor) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue