summaryrefslogtreecommitdiff
path: root/coroutine/arm32/Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/arm32/Context.h')
-rw-r--r--coroutine/arm32/Context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/coroutine/arm32/Context.h b/coroutine/arm32/Context.h
index a1c5e03b36..09410eb25d 100644
--- a/coroutine/arm32/Context.h
+++ b/coroutine/arm32/Context.h
@@ -23,6 +23,7 @@ enum {COROUTINE_REGISTERS = 8};
struct coroutine_context
{
void **stack_pointer;
+ void *argument;
};
typedef COROUTINE(* coroutine_start)(struct coroutine_context *from, struct coroutine_context *self);