fix the checkpoint bug

--HG--
extra : convert_revision : 1ccae3282737d70b14ff86c8647e2e662a42c3bc
This commit is contained in:
Ali Saidi
2006-05-12 17:47:23 -04:00
parent d1e6f48203
commit 7929b9ee19
3 changed files with 13 additions and 6 deletions

View File

@@ -1448,6 +1448,8 @@ Base::unserialize(Checkpoint *cp, const std::string &section)
void
Device::serialize(ostream &os)
{
int count;
// Serialize the PciDev base class
Base::serialize(os);