summaryrefslogtreecommitdiff
path: root/coro.h
diff options
context:
space:
mode:
authorroot <root>2008-07-16 00:47:05 +0000
committerroot <root>2008-07-16 00:47:05 +0000
commit7b00d0eb759b3e87828e70ded35e509aea699e0d (patch)
treef77c4348ceacd73e42821709ce696ad472d4ba54 /coro.h
parentd248d11e3bb89a125e5e07b84460d637448667df (diff)
*** empty log message ***rel-4_8
Diffstat (limited to 'coro.h')
-rw-r--r--coro.h2
1 files changed, 1 insertions, 1 deletions
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