summaryrefslogtreecommitdiff
path: root/coro.h
diff options
context:
space:
mode:
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