mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Merge remote-tracking branch 'origin/GP-3075_SegmentedSwitches' into patch
This commit is contained in:
@@ -577,6 +577,8 @@ bool Funcdata::earlyJumpTableFail(PcodeOp *op)
|
||||
return false; // Don't try to back track through injection
|
||||
if (dynamic_cast<JumpAssistOp *>(userOp) != (JumpAssistOp *)0)
|
||||
return false;
|
||||
if (dynamic_cast<SegmentOp *>(userOp) != (SegmentOp *)0)
|
||||
return false;
|
||||
if (outhit)
|
||||
return true; // Address formed via uninjected CALLOTHER, analysis will fail
|
||||
// Assume CALLOTHER will not interfere with address and continue backtracking
|
||||
|
||||
Reference in New Issue
Block a user