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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/coroutine/arm64/Context.h b/coroutine/arm64/Context.h
index 0ba7354965..dbc6ac94fb 100644
--- a/coroutine/arm64/Context.h
+++ b/coroutine/arm64/Context.h
@@ -22,6 +22,7 @@ enum {COROUTINE_REGISTERS = 0xb0 / 8};
struct coroutine_context
{
void **stack_pointer;
+ void *argument;
};
typedef COROUTINE(* coroutine_start)(struct coroutine_context *from, struct coroutine_context *self);