1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update yjit_codegen.c

This commit is contained in:
Maxime Chevalier-Boisvert 2021-04-09 14:46:58 -04:00 committed by Alan Wu
parent 31acd22d3b
commit 0805cba735

View file

@ -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);
}