diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-05-12 17:47:23 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-05-12 17:47:23 -0400 |
commit | 7929b9ee19b6fabc7e69b704fa07fdb6daa35c70 (patch) | |
tree | 0a3a392d8a8d5b01ddbf25d9425845532a5b88ca /dev | |
parent | d1e6f4820331055b71cdc160f870253efc74d49d (diff) | |
download | gem5-7929b9ee19b6fabc7e69b704fa07fdb6daa35c70.tar.xz |
fix the checkpoint bug
--HG--
extra : convert_revision : 1ccae3282737d70b14ff86c8647e2e662a42c3bc
Diffstat (limited to 'dev')
-rw-r--r-- | dev/sinic.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/sinic.cc b/dev/sinic.cc index d19ef268f..0853717ba 100644 --- a/dev/sinic.cc +++ b/dev/sinic.cc @@ -1448,6 +1448,8 @@ Base::unserialize(Checkpoint *cp, const std::string §ion) void Device::serialize(ostream &os) { + int count; + // Serialize the PciDev base class Base::serialize(os); |