ruby-changes:68828
From: Maxime <ko1@a...>
Date: Thu, 21 Oct 2021 08:14:07 +0900 (JST)
Subject: [ruby-changes:68828] 0a160407da (master): Update ujit_core.h
https://git.ruby-lang.org/ruby.git/commit/?id=0a160407da From 0a160407dad305d18a28bb34f72fec8dcd6bfc6b Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert <maximechevalierb@g...> Date: Fri, 5 Mar 2021 15:54:21 -0500 Subject: Update ujit_core.h Co-authored-by: Alan Wu <XrXr@u...> --- ujit_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ujit_core.h b/ujit_core.h index cf82dfe5af..c90ade884d 100644 --- a/ujit_core.h +++ b/ujit_core.h @@ -64,7 +64,7 @@ typedef struct BlockId https://github.com/ruby/ruby/blob/trunk/ujit_core.h#L64 static const blockid_t BLOCKID_NULL = { 0, 0 }; /// Branch code shape enumeration -typedef enum : int8_t +typedef enum branch_shape { SHAPE_NEXT0, // Target 0 is next SHAPE_NEXT1, // Target 1 is next -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/