From eaab6605b75a2510f5cf0ae781817de3b7d6e39f Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert Date: Fri, 5 Mar 2021 15:55:10 -0500 Subject: [PATCH] Update ujit_core.h --- ujit_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`