GP-1539: Polish the DebuggerGoToDialog. Allow labels and plain addresses.

This commit is contained in:
Dan 2023-03-24 14:41:12 -04:00
parent 738e662e82
commit b51d423d4b
27 changed files with 759 additions and 103 deletions

View file

@ -155,7 +155,7 @@ public class PcodeParser extends PcodeCompile {
if (sym != null) {
return sym;
}
return PcodeParser.this.sleigh.findSymbol(nm);
return sleigh.findSymbol(nm);
}
public SleighBase getSleigh() {