ruby-changes:68833
From: Maxime <ko1@a...>
Date: Thu, 21 Oct 2021 08:14:10 +0900 (JST)
Subject: [ruby-changes:68833] eaab6605b7 (master): Update ujit_core.h
https://git.ruby-lang.org/ruby.git/commit/?id=eaab6605b7 From eaab6605b75a2510f5cf0ae781817de3b7d6e39f Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert <maximechevalierb@g...> Date: Fri, 5 Mar 2021 15:55:10 -0500 Subject: 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 https://github.com/ruby/ruby/blob/trunk/ujit_core.h#L30 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` -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/