projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54b6d8c
)
Change to a new centralized way to specify the memory hierarchy parameters (do_data...
author
Erik Hallnor
<ehallnor@umich.edu>
Tue, 13 Jan 2004 07:10:35 +0000
(
02:10
-0500)
committer
Erik Hallnor
<ehallnor@umich.edu>
Tue, 13 Jan 2004 07:10:35 +0000
(
02:10
-0500)
arch/alpha/isa_traits.hh:
Add a constant for the maximum address value called MaxAddr.
--HG--
extra : convert_revision :
1371e8b713cc6ed134093e9c208db35dc9741ac7
arch/alpha/isa_traits.hh
patch
|
blob
|
history
diff --git
a/arch/alpha/isa_traits.hh
b/arch/alpha/isa_traits.hh
index ecca91d43e096cd9def23da6283aee52b3871afb..05ab8997812583dbd8e74ca6cd619a3c6fce2074 100644
(file)
--- a/
arch/alpha/isa_traits.hh
+++ b/
arch/alpha/isa_traits.hh
@@
-264,6
+264,7
@@
const int ReturnValueReg = TheISA::ReturnValueReg;
const int ArgumentReg0 = TheISA::ArgumentReg0;
const int ArgumentReg1 = TheISA::ArgumentReg1;
const int BranchPredAddrShiftAmt = TheISA::BranchPredAddrShiftAmt;
+const int MaxAddr = (Addr)-1;
#ifdef FULL_SYSTEM
typedef TheISA::InternalProcReg InternalProcReg;