mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +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
|
@ -735,7 +735,7 @@ uint8 Funcdata::decode(Decoder &decoder)
|
|||
throw LowlevelError("Missing function name");
|
||||
if (size == -1)
|
||||
throw LowlevelError("Missing function size");
|
||||
baseaddr = Address::decode( decoder, glb );
|
||||
baseaddr = Address::decode( decoder );
|
||||
for(;;) {
|
||||
uint4 subId = decoder.peekElement();
|
||||
if (subId == 0) break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue