diff options
Diffstat (limited to 'sim')
-rw-r--r-- | sim/host.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/host.hh b/sim/host.hh index f7e64f23c..48c977331 100644 --- a/sim/host.hh +++ b/sim/host.hh @@ -62,4 +62,6 @@ typedef int64_t Tick; */ typedef uint64_t Addr; +const Addr MaxAddr = (Addr)-1; + #endif // __HOST_H__ |