mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-07-30 07:18:37 -09:00
Merge remote-tracking branch
'origin/GP-6357_ghidra007_mapFunctionCallRecursionError' into patch (Closes #8896)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user