diff options
Diffstat (limited to 'src/sim/host.hh')
-rw-r--r-- | src/sim/host.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/host.hh b/src/sim/host.hh index 9c79580b1..a2faa206b 100644 --- a/src/sim/host.hh +++ b/src/sim/host.hh @@ -56,7 +56,7 @@ typedef int64_t Counter; */ typedef int64_t Tick; -const Tick MaxTick = (1LL << 62); +const Tick MaxTick = (1LL << 63) - 1; /** * Address type |