Update ujit_core.h
This commit is contained in:
parent
0a160407da
commit
eaab6605b7
@ -30,7 +30,7 @@ Contains information we can use to optimize code
|
|||||||
typedef struct CtxStruct
|
typedef struct CtxStruct
|
||||||
{
|
{
|
||||||
// Depth of this block in the sidechain (eg: inline-cache chain)
|
// 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
|
// Temporary variable types we keep track of
|
||||||
// Values are `ruby_value_type`
|
// Values are `ruby_value_type`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user