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:
parent
2085201176
commit
ef79f0a9e5
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue