From 7b00d0eb759b3e87828e70ded35e509aea699e0d Mon Sep 17 00:00:00 2001 From: root Date: Wed, 16 Jul 2008 00:47:05 +0000 Subject: *** empty log message *** --- coro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coro.h') diff --git a/coro.h b/coro.h index 28fc40b..b48583f 100644 --- a/coro.h +++ b/coro.h @@ -210,7 +210,7 @@ struct coro_context { volatile void **sp; }; -void __attribute__ ((__noinline__, __fastcall__)) +void __attribute__ ((__noinline__, __regparm__(2))) coro_transfer (coro_context *prev, coro_context *next); #elif CORO_PTHREAD -- cgit v1.2.3