Skip to content

Commit 0df5ad7

Browse files
authored
Mark UInt8 field as UInt8 in CodInstance (#57822)
Otherwise inspecting it from julia will be wrong/UB
1 parent fb01f91 commit 0df5ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jltypes.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3683,7 +3683,7 @@ void jl_init_types(void) JL_GC_DISABLED
36833683
jl_uint16_type,
36843684
jl_uint16_type,
36853685
//jl_bool_type,
3686-
jl_bool_type,
3686+
jl_uint8_type,
36873687
jl_bool_type,
36883688
jl_any_type, jl_any_type), // fptrs
36893689
jl_emptysvec,

0 commit comments

Comments
 (0)