projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ace4f0c
)
We don't include ipr.cc in SE builds, so don't call it.
author
Gabe Black
<gblack@eecs.umich.edu>
Tue, 31 Oct 2006 21:59:41 +0000
(16:59 -0500)
committer
Gabe 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
patch
|
blob
|
history
diff --git
a/src/arch/alpha/regfile.hh
b/src/arch/alpha/regfile.hh
index 31472ec0e1a4822b5c35977d4b66ca4daf51227d..8980fcb40cc7dd953be68d1e71d0fa83e833c05f 100644
(file)
--- 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);