1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

YJIT: Fix copy pasted comment [ci skip]

This commit is contained in:
Alan Wu 2022-06-26 08:27:52 -04:00
parent 2085201176
commit ef79f0a9e5

View file

@ -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);