Merge zizzer.eecs.umich.edu:/bk/m5/
[gem5.git] / arch / alpha / ev5.cc
index 6deccefdb52a45fca909acbb785242ac0b80c802..2e32da53147b9c8ea993405c092d975a741a8f72 100644 (file)
@@ -15,6 +15,8 @@
 
 #ifdef FULL_SYSTEM
 
+using namespace EV5;
+
 ////////////////////////////////////////////////////////////////////////
 //
 //
@@ -92,7 +94,7 @@ AlphaISA::initIPRs(RegFile *regs)
     uint64_t *ipr = regs->ipr;
 
     bzero((char *)ipr, NumInternalProcRegs * sizeof(InternalProcReg));
-    ipr[IPR_PAL_BASE] = PAL_BASE;
+    ipr[IPR_PAL_BASE] = PalBase;
     ipr[IPR_MCSR] = 0x6;
 }