From adfbefa135aba8426580a0a520f946d4f40137e1 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Sat, 12 Dec 2020 12:53:40 -0500 Subject: [PATCH] chore: Add issue for context restore new --- runtime/include/arch/x86_64/context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/include/arch/x86_64/context.h b/runtime/include/arch/x86_64/context.h index d3ed168..b033079 100644 --- a/runtime/include/arch/x86_64/context.h +++ b/runtime/include/arch/x86_64/context.h @@ -76,7 +76,7 @@ arch_context_restore(mcontext_t *active_context, struct arch_context *sandbox_co /** * Load a new sandbox that preempted an existing sandbox, restoring only the * instruction pointer and stack pointer registers. - * I am unclear about setting the BP + * I am unclear about setting the BP. Issue #131 * @param active_context - the context of the current worker thread * @param sandbox_context - the context that we want to restore */