diff options
author | Maxime Chevalier-Boisvert <[email protected]> | 2021-03-05 15:54:21 -0500 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-10-20 18:19:31 -0400 |
commit | 0a160407dad305d18a28bb34f72fec8dcd6bfc6b (patch) | |
tree | 90b689af164d65ae2af2a94b7799eb74b8d5bfbc | |
parent | 7f4000b1f430c22fd35c50201271d0abd4fff358 (diff) |
Update ujit_core.h
Co-authored-by: Alan Wu <[email protected]>
-rw-r--r-- | ujit_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |