ARM: SE needs a definition for PageTable::serialize/unserialize
This commit is contained in:
@@ -106,8 +106,9 @@ struct TlbEntry
|
||||
return ppn << PageShift;
|
||||
}
|
||||
|
||||
void serialize(std::ostream &os);
|
||||
void unserialize(Checkpoint *cp, const std::string §ion);
|
||||
void serialize(std::ostream &os) { panic("Need to Implement\n"); }
|
||||
void unserialize(Checkpoint *cp, const std::string §ion)
|
||||
{ panic("Need to Implement\n");}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user