47a48,54
> TlbEntry::TlbEntry()
> : paddr(0), vaddr(0), logBytes(0), writable(0),
> user(true), uncacheable(0), global(false), patBit(0),
> noExec(false), lruSeq(0)
> {
> }
>
52c59
< noExec(false)
---
> noExec(false), lruSeq(0)
56c63
< TlbEntry::serialize(std::ostream &os)
---
> TlbEntry::serialize(CheckpointOut &cp) const
71c78
< TlbEntry::unserialize(Checkpoint *cp, const std::string &section)
---
> TlbEntry::unserialize(CheckpointIn &cp)