mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-1932 Decompiler support for address space attribute on pointers
This commit is contained in:
parent
31b30adf2d
commit
7078885aea
12 changed files with 710 additions and 366 deletions
|
@ -244,7 +244,7 @@ class OverlaySpace : public AddrSpace {
|
|||
AddrSpace *baseSpace; ///< Space being overlayed
|
||||
public:
|
||||
OverlaySpace(AddrSpaceManager *m,const Translate *t); ///< Constructor
|
||||
AddrSpace *getBaseSpace(void) const; ///< Get the address space being overlayed
|
||||
virtual AddrSpace *getContain(void) const { return baseSpace; }
|
||||
virtual void saveXml(ostream &s) const;
|
||||
virtual void restoreXml(const Element *el);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue