summaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/alpha/regfile.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/alpha/regfile.hh b/src/arch/alpha/regfile.hh
index 31472ec0e..8980fcb40 100644
--- a/src/arch/alpha/regfile.hh
+++ b/src/arch/alpha/regfile.hh
@@ -115,7 +115,9 @@ namespace AlphaISA
public:
MiscRegFile()
{
+#if FULL_SYSTEM
initializeIprTable();
+#endif
}
MiscReg readReg(int misc_reg);