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;