diff options
Diffstat (limited to 'src/sim/host.hh')
-rw-r--r-- | src/sim/host.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sim/host.hh b/src/sim/host.hh index 84870714a..9c79580b1 100644 --- a/src/sim/host.hh +++ b/src/sim/host.hh @@ -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. |