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:
parent
31acd22d3b
commit
0805cba735
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue