mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-17 16:38:22 +00:00
Add accidentally removed call
This commit is contained in:
@@ -5051,6 +5051,9 @@ void check_parsed_files(Checker *c) {
|
||||
TIME_SECTION("init preload");
|
||||
init_preload(c);
|
||||
|
||||
TIME_SECTION("add global untyped expression to queue");
|
||||
add_untyped_expressions(&c->info, &c->info.global_untyped);
|
||||
|
||||
CheckerContext prev_context = c->builtin_ctx;
|
||||
defer (c->builtin_ctx = prev_context);
|
||||
c->builtin_ctx.decl = make_decl_info(nullptr, nullptr);
|
||||
|
||||
Reference in New Issue
Block a user