--- cvsroot/libcoro/coro.c 2008/10/30 09:44:31 1.33 +++ cvsroot/libcoro/coro.c 2008/11/03 15:25:12 1.34 @@ -329,7 +329,7 @@ /* we try to allow for both functions with and without frame pointers */ *--ctx->sp = (void *)coro_init; { - void **frame = ctx->sp - 1; + void *frame = ctx->sp - 1; int i; for (i = NUM_SAVED; i--; ) *--ctx->sp = frame;