summaryrefslogtreecommitdiff
path: root/coroutine/amd64/Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/amd64/Context.h')
-rw-r--r--coroutine/amd64/Context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/coroutine/amd64/Context.h b/coroutine/amd64/Context.h
index 2e7b05ba31..f6efd6d1b5 100644
--- a/coroutine/amd64/Context.h
+++ b/coroutine/amd64/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,