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.292 by root, Tue Nov 18 06:09:35 2008 UTC vs.
Revision 1.293 by root, Tue Nov 18 06:10:03 2008 UTC

1082 PL_top_env = &PL_start_env; 1082 PL_top_env = &PL_start_env;
1083 1083
1084 if (cctx->flags & CC_TRACE) 1084 if (cctx->flags & CC_TRACE)
1085 PL_runops = runops_trace; 1085 PL_runops = runops_trace;
1086 1086
1087 /* we already must be in an SLF call, there is no other valid way 1087 /* we already must be executing an SLF op, there is no other valid way
1088 * that can lead to creation of a new cctx */ 1088 * that can lead to creation of a new cctx */
1089 assert (("FATAL: can't prepare slf-less cctx in Coro module (please report)", 1089 assert (("FATAL: can't prepare slf-less cctx in Coro module (please report)",
1090 slf_frame.prepare && PL_op->op_ppaddr == pp_slf)); 1090 slf_frame.prepare && PL_op->op_ppaddr == pp_slf));
1091 1091
1092 cctx_ssl_cctx = cctx; 1092 cctx_ssl_cctx = cctx;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines