summaryrefslogtreecommitdiff
path: root/src/cpu/base.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/base.cc')
-rw-r--r--src/cpu/base.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/cpu/base.cc b/src/cpu/base.cc
index 5d6a85703..80726ac2b 100644
--- a/src/cpu/base.cc
+++ b/src/cpu/base.cc
@@ -318,11 +318,8 @@ BaseCPU::init()
verifyMemoryMode();
}
-}
-void
-BaseCPU::initState()
-{
+ //These calls eventually need to be moved to initState
if (FullSystem && !params()->switched_out) {
for (auto *tc: threadContexts)
TheISA::initCPU(tc, tc->contextId());