summaryrefslogtreecommitdiff
path: root/src/arch/alpha/isa.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/alpha/isa.cc')
-rw-r--r--src/arch/alpha/isa.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/alpha/isa.cc b/src/arch/alpha/isa.cc
index 9cfd840d9..95dfdedd6 100644
--- a/src/arch/alpha/isa.cc
+++ b/src/arch/alpha/isa.cc
@@ -40,7 +40,7 @@ namespace AlphaISA
{
ISA::ISA(Params *p)
- : SimObject(p)
+ : SimObject(p), system(p->system)
{
clear();
initializeIprTable();