mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Decompiler support for default data space
This commit is contained in:
parent
660062691a
commit
46e8a54948
21 changed files with 97 additions and 65 deletions
|
@ -117,7 +117,7 @@ void ExecutablePcode::build(void)
|
|||
icontext.clear();
|
||||
uintb uniqReserve = 0x10; // Temporary register space reserved for inputs and output
|
||||
Architecture *glb = emulator.getArch();
|
||||
AddrSpace *codeSpace = glb->getDefaultSpace();
|
||||
AddrSpace *codeSpace = glb->getDefaultCodeSpace();
|
||||
AddrSpace *uniqSpace = glb->getUniqueSpace();
|
||||
icontext.baseaddr = Address(codeSpace,0x1000); // Fake address
|
||||
icontext.nextaddr = icontext.baseaddr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue