(lwpEntryPoint): Don't set *LwpContextPtr, that's just been done by
lwpReschedule().
This commit is contained in:
parent
24b56b9365
commit
0f2e12d3aa
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ lwpReschedule(void)
|
||||||
void
|
void
|
||||||
lwpEntryPoint(void)
|
lwpEntryPoint(void)
|
||||||
{
|
{
|
||||||
*LwpContextPtr = LwpCurrent->ud;
|
|
||||||
lwpStatus(LwpCurrent, "starting at entry point");
|
lwpStatus(LwpCurrent, "starting at entry point");
|
||||||
(*LwpCurrent->entry)(LwpCurrent->ud);
|
(*LwpCurrent->entry)(LwpCurrent->ud);
|
||||||
lwpExit();
|
lwpExit();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue