summaryrefslogtreecommitdiff
path: root/yjit_codegen.c
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maximechevalierb@gmail.com>2021-09-15 08:15:58 -0700
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:41 -0400
commit0ad9d1fa48e4ced310ae70c53f9cf82ebea586b6 (patch)
tree6da7225e75d2519c998008d9d87bc53c03be481e /yjit_codegen.c
parent5e37f280d1628152b7bb3e72b009504a20226031 (diff)
Update yjit_codegen.c
Diffstat (limited to 'yjit_codegen.c')
-rw-r--r--yjit_codegen.c2
1 files changed, 1 insertions, 1 deletions
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