78a79,90
> void
> X86ISA::I8254::serialize(std::ostream &os)
> {
> pit.serialize("pit", os);
> }
>
> void
> X86ISA::I8254::unserialize(Checkpoint *cp, const std::string &section)
> {
> pit.unserialize("pit", cp, section);
> }
>