diff --git a/base/runtime/core.odin b/base/runtime/core.odin index 6e2753633..c6bb87af4 100644 --- a/base/runtime/core.odin +++ b/base/runtime/core.odin @@ -228,7 +228,7 @@ Type_Info_Flag :: enum u8 { Comparable = 0, Simple_Compare = 1, } -Type_Info_Flags :: distinct bit_set[Type_Info_Flag; u32] +Type_Info_Flags :: distinct bit_set[Type_Info_Flag; u64] Type_Info :: struct { size: int,