mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +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
|
@ -427,7 +427,7 @@ void PcodeOp::encode(Encoder &encoder) const
|
|||
if ((i==0)&&((code()==CPUI_STORE)||(code()==CPUI_LOAD))) {
|
||||
AddrSpace *spc = vn->getSpaceFromConst();
|
||||
encoder.openElement(ELEM_SPACEID);
|
||||
encoder.writeString(ATTRIB_NAME, spc->getName());
|
||||
encoder.writeSpace(ATTRIB_NAME, spc);
|
||||
encoder.closeElement(ELEM_SPACEID);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue