diff options
Diffstat (limited to 'src/sim')
-rw-r--r-- | src/sim/system.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sim/system.cc b/src/sim/system.cc index 368eb5419..b5b59ef6d 100644 --- a/src/sim/system.cc +++ b/src/sim/system.cc @@ -349,8 +349,6 @@ void System::initState() { if (FullSystem) { - for (auto *tc: threadContexts) - TheISA::initCPU(tc, tc->contextId()); // Moved from the constructor to here since it relies on the // address map being resolved in the interconnect /** |