ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/State.xs
(Generate patch)

Comparing Coro/Coro/State.xs (file contents):
Revision 1.109 by root, Mon Nov 27 18:45:29 2006 UTC vs.
Revision 1.110 by root, Tue Nov 28 23:08:07 2006 UTC

694 prev__cctx = prev->cctx; 694 prev__cctx = prev->cctx;
695 695
696 /* possibly "free" the cctx */ 696 /* possibly "free" the cctx */
697 if (prev__cctx->idle_sp == STACKLEVEL) 697 if (prev__cctx->idle_sp == STACKLEVEL)
698 { 698 {
699 assert (PL_top_env == prev__cctx->top_env);//D
699 cctx_put (prev__cctx); 700 cctx_put (prev__cctx);
700 prev->cctx = 0; 701 prev->cctx = 0;
701 } 702 }
702 703
703 if (!next->cctx) 704 if (!next->cctx)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines