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

Update ujit_core.h

This commit is contained in:
Maxime Chevalier-Boisvert 2021-03-05 15:55:10 -05:00 committed by Alan Wu
parent 0a160407da
commit eaab6605b7

View file

@ -30,7 +30,7 @@ Contains information we can use to optimize code
typedef struct CtxStruct
{
// Depth of this block in the sidechain (eg: inline-cache chain)
int8_t chain_depth;
uint8_t chain_depth;
// Temporary variable types we keep track of
// Values are `ruby_value_type`