summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maximechevalierb@gmail.com>2021-04-09 14:46:58 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:33 -0400
commit0805cba73572a5150975a0dfdc4461ae0872e90c (patch)
treed26ec22bfdd9a6cf32e5794b77a5f50210036fc3
parent31acd22d3be745966abc8ded145f03d4114caf63 (diff)
Update 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 bd42c7f346..0d90cdeb43 100644
--- a/yjit_codegen.c
+++ b/yjit_codegen.c
@@ -920,7 +920,7 @@ guard_two_fixnums(ctx_t* ctx, uint8_t* side_exit)
jz_ptr(cb, side_exit);
}
- // TODO: set stack types in context
+ // Set stack types in context
ctx_set_opnd_type(ctx, OPND_STACK(0), TYPE_FIXNUM);
ctx_set_opnd_type(ctx, OPND_STACK(1), TYPE_FIXNUM);
}