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:
parent
0a160407da
commit
eaab6605b7
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue