mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-26 12:37:59 +08:00
GT-2932 - Decompiler - review fixes
This commit is contained in:
+7
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user