forgot tid
--HG-- extra : convert_revision : 272ef8f9cd0802770edc4dcef2c26dc44de71e47
This commit is contained in:
parent
b2c51d064b
commit
07186de5a1
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ void
|
|||
FullO3CPU<Impl>::suspendContext(int tid)
|
||||
{
|
||||
DPRINTF(O3CPU,"[tid: %i]: Suspending Thread Context.\n", tid);
|
||||
deactivateThread();
|
||||
deactivateThread(tid);
|
||||
if (activeThreads.size() == 0)
|
||||
unscheduleTickEvent();
|
||||
_status = Idle;
|
||||
|
|
Loading…
Reference in a new issue