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:
@@ -62,4 +62,6 @@ typedef int64_t Tick;
|
||||
*/
|
||||
typedef uint64_t Addr;
|
||||
|
||||
const Addr MaxAddr = (Addr)-1;
|
||||
|
||||
#endif // __HOST_H__
|
||||
|
||||
Reference in New Issue
Block a user