summaryrefslogtreecommitdiff
path: root/coroutine/emscripten/Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/emscripten/Context.h')
-rw-r--r--coroutine/emscripten/Context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/coroutine/emscripten/Context.h b/coroutine/emscripten/Context.h
index aefbb92900..361e241685 100644
--- a/coroutine/emscripten/Context.h
+++ b/coroutine/emscripten/Context.h
@@ -26,6 +26,7 @@ struct coroutine_context
emscripten_fiber_t state;
coroutine_start entry_func;
struct coroutine_context * from;
+ void *argument;
};
COROUTINE coroutine_trampoline(void * _context);