mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-4285 Compressed SLEIGH
This commit is contained in:
parent
b380fd5fa6
commit
8fbd171cdf
207 changed files with 15233 additions and 6055 deletions
|
@ -31,7 +31,7 @@ const string IopSpace::NAME = "iop";
|
|||
/// \param t is the associated processor translator
|
||||
/// \param ind is the associated index
|
||||
IopSpace::IopSpace(AddrSpaceManager *m,const Translate *t,int4 ind)
|
||||
: AddrSpace(m,t,IPTR_IOP,NAME,sizeof(void *),1,ind,0,1)
|
||||
: AddrSpace(m,t,IPTR_IOP,NAME,false,sizeof(void *),1,ind,0,1,1)
|
||||
{
|
||||
clearFlags(heritaged|does_deadcode|big_endian);
|
||||
if (HOST_ENDIAN==1) // Endianness always set to host
|
||||
|
@ -58,12 +58,6 @@ void IopSpace::printRaw(ostream &s,uintb offset) const
|
|||
bl->getStart().printRaw(s);
|
||||
}
|
||||
|
||||
void IopSpace::saveXml(ostream &s) const
|
||||
|
||||
{
|
||||
throw LowlevelError("Should never encode iop space to stream");
|
||||
}
|
||||
|
||||
void IopSpace::decode(Decoder &decoder)
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue