Added debugging output.

This commit is contained in:
Alex Korobka 1998-10-18 10:47:03 +00:00 committed by Alexandre Julliard
parent d20858433d
commit 92c8178a00
1 changed files with 4 additions and 0 deletions

View File

@ -973,8 +973,12 @@ void WINAPI DirectedYield( HTASK16 hTask )
return;
}
TRACE(task, "%04x: DirectedYield(%04x)\n", pCurTask->hSelf, hTask );
pCurTask->hYieldTo = hTask;
OldYield();
TRACE(task, "%04x: back from DirectedYield(%04x)\n", pCurTask->hSelf, hTask );
}