We don't include ipr.cc in SE builds, so don't call it.

--HG--
extra : convert_revision : 45e52d7afbf74e0ddde11f58aeb084186389fc06
This commit is contained in:
Gabe Black 2006-10-31 16:59:41 -05:00
parent ace4f0c188
commit ad201172c9

View file

@ -115,7 +115,9 @@ namespace AlphaISA
public:
MiscRegFile()
{
#if FULL_SYSTEM
initializeIprTable();
#endif
}
MiscReg readReg(int misc_reg);