mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update ujit_core.h
Co-authored-by: Alan Wu <XrXr@users.noreply.github.com>
This commit is contained in:
parent
7f4000b1f4
commit
0a160407da
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ typedef struct BlockId
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue