From 8c3ccc8f14b7e3d3e176a9ab434191707b84a338 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Mon, 20 Jul 2020 21:38:34 -0400 Subject: [PATCH] docs: fix zombie comment --- 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 2aa3e0c..7f1e593 100644 --- a/runtime/include/arch/x86_64/context.h +++ b/runtime/include/arch/x86_64/context.h @@ -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. */ "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" /* This label is used in conjunction with a static offset */