Moved MaxAddr.

sim/host.hh:
    Moved MaxAddr from arch to here, since it depends only on the Addr type.

--HG--
extra : convert_revision : e5eaa0bfbe2a376b0d309c517687b3d9d63e407f
This commit is contained in:
Gabe Black 2006-03-10 18:26:12 -05:00
parent 731ea068ab
commit e3651fde0b

View file

@ -62,4 +62,6 @@ typedef int64_t Tick;
*/
typedef uint64_t Addr;
const Addr MaxAddr = (Addr)-1;
#endif // __HOST_H__