Merge vm1.(none):/home/stever/bk/newmem-head
[gem5.git] / src / sim / host.hh
index 84870714a4097e24456035c3770ebc60045c5d25..9c79580b1ff73d5bf4b0170fca05bf19c4872296 100644 (file)
@@ -56,6 +56,8 @@ typedef int64_t Counter;
  */
 typedef int64_t Tick;
 
+const Tick MaxTick = (1LL << 62);
+
 /**
  * Address type
  * This will probably be moved somewhere else in the near future.