mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 03:10:06 +00:00
fix check
This commit is contained in:
+1
-1
@@ -6952,7 +6952,7 @@ gb_internal void check_parsed_files(Checker *c) {
|
|||||||
if (entry.key != tt.hash) {
|
if (entry.key != tt.hash) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
auto const &other = type_info_types[entry.value];
|
auto const &other = c->info.type_info_types_hash_map[entry.value];
|
||||||
if (are_types_identical_unique_tuples(tt.type, other.type)) {
|
if (are_types_identical_unique_tuples(tt.type, other.type)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user