Merge remote-tracking branch

'origin/GP-6357_ghidra007_mapFunctionCallRecursionError' into patch
(Closes #8896)
This commit is contained in:
Ryan Kurtz
2026-01-22 13:41:07 -05:00

View File

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