arm: Add support for ARMv8 (AArch64 & AArch32)
[gem5.git] / src / sim / serialize.hh
index 6d420709043a6fa3a6e3c324d6fefd68cbf4208d..bbf759cf6fca49721b5ebd677402c2113272f18f 100644 (file)
@@ -58,7 +58,7 @@ class EventQueue;
  * SimObject shouldn't cause the version number to increase, only changes to
  * existing objects such as serializing/unserializing more state, changing sizes
  * of serialized arrays, etc. */
-static const uint64_t gem5CheckpointVersion = 0x0000000000000008;
+static const uint64_t gem5CheckpointVersion = 0x0000000000000009;
 
 template <class T>
 void paramOut(std::ostream &os, const std::string &name, const T &param);