summaryrefslogtreecommitdiff
path: root/src/arch/alpha/system.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/alpha/system.cc')
-rw-r--r--src/arch/alpha/system.cc9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/arch/alpha/system.cc b/src/arch/alpha/system.cc
index 51e1d7e07..ca3c2b078 100644
--- a/src/arch/alpha/system.cc
+++ b/src/arch/alpha/system.cc
@@ -134,21 +134,14 @@ AlphaSystem::initState()
virtProxy.write(addr+0x58, data);
} else
panic("could not find hwrpb\n");
-
- // Setup all the function events now that we have a system and a symbol
- // table
- setupFuncEvents();
}
void
-AlphaSystem::loadState(Checkpoint *cp)
+AlphaSystem::startup()
{
- System::loadState(cp);
-
// Setup all the function events now that we have a system and a symbol
// table
setupFuncEvents();
-
}
void