mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-4370 Internal Storage
This commit is contained in:
parent
f1e2c8db04
commit
05818c5c3a
17 changed files with 219 additions and 63 deletions
|
@ -1972,6 +1972,8 @@ int4 AncestorRealistic::enterNode(void)
|
|||
if (!vn->isDirectWrite())
|
||||
return pop_fail;
|
||||
}
|
||||
if (op->isStoreUnmapped())
|
||||
return pop_fail;
|
||||
op = vn->getDef();
|
||||
if (op == (PcodeOp *)0) break;
|
||||
OpCode opc = op->code();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue