GP-5655 - Decompiler - NPE fix for program location

This commit is contained in:
dragonmacher
2025-05-12 10:49:40 -04:00
parent 0ebc4c9608
commit b714f562ac
@@ -1062,6 +1062,9 @@ public class DecompilerPanel extends JPanel implements FieldMouseListener, Field
return null;
}
HighSymbol highSymbol = highVar.getSymbol();
if (highSymbol == null) {
return null;
}
Variable variable = HighFunctionDBUtil.getFunctionVariable(highSymbol);
if (variable != null) {
return variable;