Moved MaxAddr.
authorGabe Black <gblack@eecs.umich.edu>
Fri, 10 Mar 2006 23:26:12 +0000 (18:26 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 10 Mar 2006 23:26:12 +0000 (18:26 -0500)
sim/host.hh:
    Moved MaxAddr from arch to here, since it depends only on the Addr type.

--HG--
extra : convert_revision : e5eaa0bfbe2a376b0d309c517687b3d9d63e407f

sim/host.hh

index f7e64f23cbfd96aa1c1df38d54336f00393a4d9c..48c9773312b286bedc0a5a32df03255b4189e5ba 100644 (file)
@@ -62,4 +62,6 @@ typedef int64_t Tick;
  */
 typedef uint64_t Addr;
 
+const Addr MaxAddr = (Addr)-1;
+
 #endif // __HOST_H__