chore: Add issue for context restore new

main
Sean McBride 4 years ago
parent 1af0610fe0
commit 1a828a4a40

@ -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 * Load a new sandbox that preempted an existing sandbox, restoring only the
* instruction pointer and stack pointer registers. * 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 active_context - the context of the current worker thread
* @param sandbox_context - the context that we want to restore * @param sandbox_context - the context that we want to restore
*/ */

Loading…
Cancel
Save