From 9481461cc338d410e25163638af484c38317029e Mon Sep 17 00:00:00 2001 From: samuel Date: Tue, 20 Nov 2018 10:16:54 +0000 Subject: Ensure start function has correct declaration. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- coroutine/arm64/Context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coroutine/arm64') diff --git a/coroutine/arm64/Context.h b/coroutine/arm64/Context.h index 770e81b076..0d48db2abe 100644 --- a/coroutine/arm64/Context.h +++ b/coroutine/arm64/Context.h @@ -23,7 +23,7 @@ typedef struct void **stack_pointer; } coroutine_context; -typedef void(* coroutine_start)(coroutine_context *from, coroutine_context *self); +typedef COROUTINE(* coroutine_start)(coroutine_context *from, coroutine_context *self); inline void coroutine_initialize( coroutine_context *context, -- cgit v1.2.3