mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-11 13:51:26 -07:00
Compiler compiles for x86 (doesn't work properly)
This commit is contained in:
@@ -1206,10 +1206,6 @@ Entity *find_core_entity(Checker *c, String name) {
|
||||
}
|
||||
|
||||
void init_preload(Checker *c) {
|
||||
if (c->done_preload) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (t_type_info == NULL) {
|
||||
Entity *type_info_entity = find_core_entity(c, str_lit("TypeInfo"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user