first pass at merging m5 with linux
[gem5.git] / arch / alpha / isa_traits.hh
index ecca91d43e096cd9def23da6283aee52b3871afb..05ab8997812583dbd8e74ca6cd619a3c6fce2074 100644 (file)
@@ -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;