aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaytan <laytanlaats@hotmail.com>2025-08-01 20:31:53 +0200
committerLaytan <laytanlaats@hotmail.com>2025-08-01 20:31:53 +0200
commitd343b93ef2ea3bd5b874a88c72902afa0b3ee45f (patch)
tree3cfe2bb0341d14a6876964e51c303acdce9e092e
parent20318e7a3b3ce4e836f70be8305048e0482ab94a (diff)
fix check
-rw-r--r--src/checker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checker.cpp b/src/checker.cpp
index 1821cbd4d..a1d8f98d7 100644
--- a/src/checker.cpp
+++ b/src/checker.cpp
@@ -6952,7 +6952,7 @@ gb_internal void check_parsed_files(Checker *c) {
if (entry.key != tt.hash) {
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)) {
continue;
}