summaryrefslogtreecommitdiff
path: root/coroutine/arm64/Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/arm64/Context.h')
-rw-r--r--coroutine/arm64/Context.h2
1 files changed, 1 insertions, 1 deletions
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,