Skip to content

Commit

Permalink
use ansi
Browse files Browse the repository at this point in the history
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

cracyc committed Aug 2, 2023
1 parent 9a6b28f commit de30a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion krnl386/kernel.c
Original file line number Diff line number Diff line change
@@ -1171,7 +1171,7 @@ DWORD WINAPI TaskGetCSIP16(HTASK16 htask)
BOOL WINAPI TaskSwitch16(HTASK16 htask, SEGPTR dwNewCSIP)
{
BOOL s = TaskSetCSIP16(htask, SELECTOROF(dwNewCSIP), OFFSETOF(dwNewCSIP));
PostThreadMessage(HTASK_32(htask), 0, 0, 0);
PostThreadMessageA(HTASK_32(htask), 0, 0, 0);
if (s)
{
DirectedYield16(htask);

0 comments on commit de30a2b

Please sign in to comment.