projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
731ea06
)
Moved MaxAddr.
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 10 Mar 2006 23:26:12 +0000
(18:26 -0500)
committer
Gabe 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
patch
|
blob
|
history
diff --git
a/sim/host.hh
b/sim/host.hh
index f7e64f23cbfd96aa1c1df38d54336f00393a4d9c..48c9773312b286bedc0a5a32df03255b4189e5ba 100644
(file)
--- 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__