From ba65c39933ea70641654c0fb4b76d6cc85dd534e Mon Sep 17 00:00:00 2001 From: root Date: Mon, 3 Nov 2008 15:25:12 +0000 Subject: *** empty log message *** --- coro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coro.c') diff --git a/coro.c b/coro.c index 909f396..1d9b5a8 100644 --- a/coro.c +++ b/coro.c @@ -329,7 +329,7 @@ void coro_create (coro_context *ctx, /* 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; -- cgit v1.2.3