GP-6357 fixed issue that caused infinite recursion in getFunctionCallMap

method.
This commit is contained in:
ghidra007
2026-01-21 21:48:50 +00:00
parent 6f7e0f769b
commit 301ef7471f
@@ -474,6 +474,7 @@ public class RecoveredClassHelper {
//TODO: the above continue is preventing the nulls and exts here - do we want this?
// or do we want another map/option?
functionCallMap.put(instruction.getMinAddress(), calledFunction);
continue;
}
if (instruction.getFlowOverride().equals(FlowOverride.CALL_RETURN)) {
Reference reference = instruction.getPrimaryReference(0);