forgot tid
--HG-- extra : convert_revision : 272ef8f9cd0802770edc4dcef2c26dc44de71e47
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user