mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 10:22:23 -07:00
Const Aggregate Literals for IR; Module path fix
This commit is contained in:
+1
-2
@@ -118,8 +118,7 @@ int main(int argc, char **argv) {
|
||||
init_string_buffer_memory();
|
||||
init_global_error_collector();
|
||||
|
||||
String module_dir = get_module_dir(gb_heap_allocator());
|
||||
// defer (gb_free(gb_heap_allocator(), module_dir.text));
|
||||
String module_dir = get_module_dir();
|
||||
|
||||
INIT_TIMER();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user