mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-12 12:02:20 +08:00
Merge remote-tracking branch 'origin/GP-2515_SegmentedLoadGuard'
(Closes #4529)
This commit is contained in:
@@ -973,6 +973,11 @@ bool Heritage::discoverIndexedStackPointers(AddrSpace *spc,vector<PcodeOp *> &fr
|
||||
}
|
||||
break;
|
||||
}
|
||||
case CPUI_SEGMENTOP:
|
||||
{
|
||||
if (op->getIn(2) != curNode.vn) break; // Check that stackpointer comes in as inner pointer
|
||||
// Treat output as having the same offset, fallthru to COPY
|
||||
}
|
||||
case CPUI_INDIRECT:
|
||||
case CPUI_COPY:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user