122c122
< panic("Write to undefined i8254 register.\n");
---
> panic("Write to undefined i8237 register.\n");
127a128,139
> void
> X86ISA::I8237::serialize(std::ostream &os)
> {
> SERIALIZE_SCALAR(maskReg);
> }
>
> void
> X86ISA::I8237::unserialize(Checkpoint *cp, const std::string &section)
> {
> UNSERIALIZE_SCALAR(maskReg);
> }
>