mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-29 05:38:48 +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;
|
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_INDIRECT:
|
||||||
case CPUI_COPY:
|
case CPUI_COPY:
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user