cpu: call BaseCPU startup() function in o3 cpu
This commit is contained in:
parent
59a041c5e7
commit
5800e83223
1 changed files with 1 additions and 0 deletions
|
@ -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]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue