We don't include ipr.cc in SE builds, so don't call it.
authorGabe Black <gblack@eecs.umich.edu>
Tue, 31 Oct 2006 21:59:41 +0000 (16:59 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 31 Oct 2006 21:59:41 +0000 (16:59 -0500)
--HG--
extra : convert_revision : 45e52d7afbf74e0ddde11f58aeb084186389fc06

src/arch/alpha/regfile.hh

index 31472ec0e1a4822b5c35977d4b66ca4daf51227d..8980fcb40cc7dd953be68d1e71d0fa83e833c05f 100644 (file)
@@ -115,7 +115,9 @@ namespace AlphaISA
       public:
         MiscRegFile()
         {
+#if FULL_SYSTEM
             initializeIprTable();
+#endif
         }
 
         MiscReg readReg(int misc_reg);