summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ujit_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ujit_core.h b/ujit_core.h
index c90ade884d..e555b432a2 100644
--- a/ujit_core.h
+++ b/ujit_core.h
@@ -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`