(empth_yield) [_EMPTH_LWP]: Blocked the current thread forever; fix.

This commit is contained in:
Markus Armbruster 2005-07-24 09:57:39 +00:00
parent 02693bb59b
commit 4e9066c894

View file

@ -80,8 +80,7 @@ empth_exit(void)
void
empth_yield(void)
{
/* a hack! */
lwpReschedule();
lwpYield();
}
void