From 8cb5a8345165d9b30230ee47dc634522476f8052 Mon Sep 17 00:00:00 2001 From: forsyth Date: Thu, 26 May 2011 19:22:37 +0200 Subject: 20110526-1922 --- emu/Nt/os.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emu/Nt') diff --git a/emu/Nt/os.c b/emu/Nt/os.c index c489d9e0..dfa69493 100644 --- a/emu/Nt/os.c +++ b/emu/Nt/os.c @@ -658,7 +658,7 @@ limbosleep(ulong milsec) void osyield(void) { - sleep(0); + SwitchToThread(); } void -- cgit v1.2.3