GT-2932 - Decompiler - review fixes

This commit is contained in:
dragonmacher 2019-06-18 17:48:41 -04:00
parent f5f6b7c18b
commit 194addac9d
21 changed files with 609 additions and 285 deletions

View file

@ -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) {