ruby-changes:69190
From: Alan <ko1@a...>
Date: Thu, 21 Oct 2021 08:23:19 +0900 (JST)
Subject: [ruby-changes:69190] 1f09eb66e6 (master): Expand tabs
https://git.ruby-lang.org/ruby.git/commit/?id=1f09eb66e6 From 1f09eb66e6cc1019ba88e421f1ba8186c071a6ed Mon Sep 17 00:00:00 2001 From: Alan Wu <XrXr@u...> Date: Wed, 15 Sep 2021 11:31:55 -0400 Subject: Expand tabs --- yjit_codegen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yjit_codegen.c b/yjit_codegen.c index c92fc43b98..0aabbec403 100644 --- a/yjit_codegen.c +++ b/yjit_codegen.c @@ -2217,7 +2217,7 @@ gen_opt_aset(jitstate_t *jit, ctx_t *ctx) https://github.com/ruby/ruby/blob/trunk/yjit_codegen.c#L2217 call_ptr(cb, REG0, (void *)rb_ary_store); // rb_ary_store returns void - // stored value should still be on stack + // stored value should still be on stack mov(cb, REG0, ctx_stack_opnd(ctx, 0)); // Push the return value onto the stack -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/