From de4d7853d9245aa6f9db0505f684fc6dc5a62dec Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Sat, 12 Dec 2020 12:46:05 -0500 Subject: [PATCH] chore: add issue for fixme --- 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 cf961fb..d3ed168 100644 --- a/runtime/include/arch/x86_64/context.h +++ b/runtime/include/arch/x86_64/context.h @@ -39,7 +39,7 @@ static void __attribute__((noinline)) arch_context_init(struct arch_context *act : "a"(sp) : "memory", "cc", "rbx"); } - // FIXME: Is the klobber list correct? + // FIXME: Is the klobber list correct? Issue #129 // : "memory", "cc", "rbx", "rsi", "rdi"); actx->regs[UREG_SP] = sp;