mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Fix debug info for map
This commit is contained in:
@@ -2477,10 +2477,6 @@ gb_internal Type *get_map_cell_type(Type *type) {
|
|||||||
return type;
|
return type;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_power_of_two(len)) {
|
|
||||||
return type;
|
|
||||||
}
|
|
||||||
|
|
||||||
i64 padding = size - len*elem_size;
|
i64 padding = size - len*elem_size;
|
||||||
GB_ASSERT(padding > 0);
|
GB_ASSERT(padding > 0);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user