docs: fix zombie comment

main
Sean McBride 4 years ago
parent 859e87f425
commit 8c3ccc8f14

@ -116,7 +116,7 @@ arch_context_switch(struct arch_context *current, struct arch_context *next)
* The sandbox either resumes at label 2 or 3 depending on if an offset of 8 is used. * The sandbox either resumes at label 2 or 3 depending on if an offset of 8 is used.
*/ */
"2:\n\t" "2:\n\t"
"movq $3, (%%rdx)\n\t" /* next->variant = arch_context_fast; */ "movq $3, (%%rdx)\n\t" /* next->variant = arch_context_running; */
".align 8\n\t" ".align 8\n\t"
/* This label is used in conjunction with a static offset */ /* This label is used in conjunction with a static offset */

Loading…
Cancel
Save