From 7929b9ee19b6fabc7e69b704fa07fdb6daa35c70 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Fri, 12 May 2006 17:47:23 -0400 Subject: fix the checkpoint bug --HG-- extra : convert_revision : 1ccae3282737d70b14ff86c8647e2e662a42c3bc --- sim/serialize.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sim/serialize.hh') diff --git a/sim/serialize.hh b/sim/serialize.hh index bc82bf9b8..d8f5f8fc5 100644 --- a/sim/serialize.hh +++ b/sim/serialize.hh @@ -119,8 +119,9 @@ class Serializable static Serializable *create(Checkpoint *cp, const std::string §ion); - static int count; - static int maxCount; + static int ckptCount; + static int ckptMaxCount; + static int ckptPrevCount; static void serializeAll(); static void unserializeGlobals(Checkpoint *cp); }; -- cgit v1.2.3