Skip to content

Commit 210288b

Browse files
gbaraldiKristofferC
authored andcommitted
Mark UInt8 field as UInt8 in CodInstance (#57822)
Otherwise inspecting it from julia will be wrong/UB (cherry picked from commit 0df5ad7)
1 parent 5e8ac85 commit 210288b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jltypes.c

Lines changed: 1 addition & 1 deletion
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)