--- cvsroot/libcoro/coro.c 2003/03/22 23:08:40 1.10 +++ cvsroot/libcoro/coro.c 2004/02/13 23:17:41 1.11 @@ -165,8 +165,8 @@ # elif CORO_LOOSE setjmp (ctx->env); - ctx->env[7] = (int)((char *)sptr + ssize); - ctx->env[8] = (int)coro_init; + ctx->env[7] = (long)((char *)sptr + ssize); + ctx->env[8] = (long)coro_init; # elif CORO_LINUX