summaryrefslogtreecommitdiff
path: root/emu/Nt
diff options
context:
space:
mode:
authorforsyth <forsyth@vitanuova.com>2011-05-26 19:22:37 +0200
committerforsyth <forsyth@vitanuova.com>2011-05-26 19:22:37 +0200
commit8cb5a8345165d9b30230ee47dc634522476f8052 (patch)
tree339eb15199c47bbe6816ef98d0751c04393f0f72 /emu/Nt
parent3b0f460e57442cf600c25eb2640f5818494a422d (diff)
20110526-1922
Diffstat (limited to 'emu/Nt')
-rw-r--r--emu/Nt/os.c2
1 files changed, 1 insertions, 1 deletions
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