mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-01 09:41:50 -07:00
Change elem_counts to i64le from u64
This commit is contained in:
@@ -157,7 +157,8 @@ Type :: struct {
|
||||
|
||||
// Used by some types
|
||||
elem_count_len: u32le,
|
||||
elem_counts: [Type_Elems_Cap]u64,
|
||||
// for Enumerated Ranges,
|
||||
elem_counts: [Type_Elems_Cap]i64le,
|
||||
|
||||
// Each of these is esed by some types, not all
|
||||
types: Array(Type_Index),
|
||||
|
||||
Reference in New Issue
Block a user