mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-2237 AddrSpace as marshaling primitive and prettyprint update
This commit is contained in:
parent
4807ec354a
commit
6be9943b8a
58 changed files with 1333 additions and 1098 deletions
|
@ -51,8 +51,8 @@ public:
|
|||
virtual const TrackedSet &getTrackedSet(const Address &addr) const;
|
||||
|
||||
// Ignored routines (taken care of by GHIDRA)
|
||||
virtual void decode(Decoder &decoder,const AddrSpaceManager *manage);
|
||||
virtual void decodeFromSpec(Decoder &decoder,const AddrSpaceManager *manage);
|
||||
virtual void decode(Decoder &decoder);
|
||||
virtual void decodeFromSpec(Decoder &decoder);
|
||||
|
||||
// Unimplemented routines (should never be called)
|
||||
virtual int getContextSize(void) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue