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.205 by root, Tue Oct 9 14:07:02 2007 UTC vs.
Revision 1.206 by root, Tue Oct 9 15:45:26 2007 UTC

953 coro_cctx *cctx; 953 coro_cctx *cctx;
954 void *stack_start; 954 void *stack_start;
955 size_t stack_size; 955 size_t stack_size;
956 956
957 ++cctx_count; 957 ++cctx_count;
958 fprintf (stderr, "bp1\n");//D
959 958
960 Newz (0, cctx, 1, coro_cctx); 959 Newz (0, cctx, 1, coro_cctx);
961 960
962#if HAVE_MMAP 961#if HAVE_MMAP
963 cctx->ssize = ((coro_stacksize * sizeof (long) + PAGESIZE - 1) / PAGESIZE + CORO_STACKGUARD) * PAGESIZE; 962 cctx->ssize = ((coro_stacksize * sizeof (long) + PAGESIZE - 1) / PAGESIZE + CORO_STACKGUARD) * PAGESIZE;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines