From 61fd01525403841d63c21441a0450a928f4ca508 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Wed, 22 Jul 2020 15:59:55 -0400 Subject: [PATCH] docs: add commet to mcontext restore --- runtime/include/arch/context.h | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/include/arch/context.h b/runtime/include/arch/context.h index 392f214..0d1a03f 100644 --- a/runtime/include/arch/context.h +++ b/runtime/include/arch/context.h @@ -32,6 +32,7 @@ /** * Restore a full mcontext * Writes sandbox_context to active_context + * active_context was saved to the stack by a signal handler * @param active_context - the context of the current worker thread * @param sandbox_context - the context that we want to restore */