diff options
Diffstat (limited to 'emu/Nt/os.c')
| -rw-r--r-- | emu/Nt/os.c | 2 |
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 |
