cpu: call BaseCPU startup() function in o3 cpu
This commit is contained in:
@@ -674,6 +674,7 @@ template <class Impl>
|
||||
void
|
||||
FullO3CPU<Impl>::startup()
|
||||
{
|
||||
BaseCPU::startup();
|
||||
for (int tid = 0; tid < numThreads; ++tid)
|
||||
isa[tid]->startup(threadContexts[tid]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user