From 0a160407dad305d18a28bb34f72fec8dcd6bfc6b Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert Date: Fri, 5 Mar 2021 15:54:21 -0500 Subject: [PATCH] Update ujit_core.h Co-authored-by: Alan Wu --- 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 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