mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Change elem_counts to i64le from u64
This commit is contained in:
@@ -157,7 +157,8 @@ Type :: struct {
|
|||||||
|
|
||||||
// Used by some types
|
// Used by some types
|
||||||
elem_count_len: u32le,
|
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
|
// Each of these is esed by some types, not all
|
||||||
types: Array(Type_Index),
|
types: Array(Type_Index),
|
||||||
|
|||||||
Reference in New Issue
Block a user