mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-12 22:31:25 -07:00
Fix default initialized values for globals (#217)
This commit is contained in:
@@ -1338,7 +1338,6 @@ void generate_minimum_dependency_set(Checker *c, Entity *start) {
|
||||
str_lit("__mem_zero"),
|
||||
str_lit("__init_context"),
|
||||
str_lit("default_allocator"),
|
||||
str_lit("make_source_code_location"),
|
||||
|
||||
str_lit("__args__"),
|
||||
str_lit("__type_table"),
|
||||
|
||||
Reference in New Issue
Block a user