From ef79f0a9e5b70b177d2fc5c9505ffd865f03382b Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Sun, 26 Jun 2022 08:27:52 -0400 Subject: [PATCH] YJIT: Fix copy pasted comment [ci skip] --- yjit/src/codegen.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yjit/src/codegen.rs b/yjit/src/codegen.rs index ef94d58397..7fae75eba6 100644 --- a/yjit/src/codegen.rs +++ b/yjit/src/codegen.rs @@ -5260,8 +5260,7 @@ fn gen_anytostring( cb: &mut CodeBlock, _ocb: &mut OutlinedCb, ) -> CodegenStatus { - // Save the PC and SP because we might make a Ruby call for - // Kernel#set_trace_var + // Save the PC and SP since we might call #to_s jit_prepare_routine_call(jit, ctx, cb, REG0); let str = ctx.stack_pop(1);