From 0ad9d1fa48e4ced310ae70c53f9cf82ebea586b6 Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert Date: Wed, 15 Sep 2021 08:15:58 -0700 Subject: Update yjit_codegen.c --- yjit_codegen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yjit_codegen.c') diff --git a/yjit_codegen.c b/yjit_codegen.c index a3000c30df..c92fc43b98 100644 --- a/yjit_codegen.c +++ b/yjit_codegen.c @@ -2217,7 +2217,7 @@ gen_opt_aset(jitstate_t *jit, ctx_t *ctx) 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.3