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:
parent
731ea068ab
commit
e3651fde0b
1 changed files with 2 additions and 0 deletions
|
@ -62,4 +62,6 @@ typedef int64_t Tick;
|
|||
*/
|
||||
typedef uint64_t Addr;
|
||||
|
||||
const Addr MaxAddr = (Addr)-1;
|
||||
|
||||
#endif // __HOST_H__
|
||||
|
|
Loading…
Reference in a new issue