summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorErik Hallnor <ehallnor@umich.edu>2004-01-13 02:10:48 -0500
committerErik Hallnor <ehallnor@umich.edu>2004-01-13 02:10:48 -0500
commit003d2d724c13c08f4c831dd295d5dfa7d90362e5 (patch)
tree81b6ce47ea6464867190432252bc970ca0121033 /arch
parent4cda5224f66a9627b5e3b0ad9b72ea218ea84d95 (diff)
parent413bfc68e6357d6561985300c61932abfd5c98b8 (diff)
downloadgem5-003d2d724c13c08f4c831dd295d5dfa7d90362e5.tar.xz
Merge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5
--HG-- extra : convert_revision : 52437e42f15899db46525ad91b2e43c2a96ace36
Diffstat (limited to 'arch')
-rw-r--r--arch/alpha/isa_traits.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/isa_traits.hh b/arch/alpha/isa_traits.hh
index ecca91d43..05ab89978 100644
--- 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;