mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-21 13:55:45 +00:00
Fix problem with odin build
This commit is contained in:
+9
-8
@@ -159,16 +159,17 @@ int main(int argc, char **argv) {
|
||||
|
||||
|
||||
#endif
|
||||
// if (global_error_collector.count != 0) {
|
||||
// return 1;
|
||||
// }
|
||||
#if 0
|
||||
if (global_error_collector.count != 0) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
// if (checker.parser->total_token_count < 2) {
|
||||
// return 1;
|
||||
// }
|
||||
|
||||
// ssa_generate(&checker.info, &build_context);
|
||||
if (checker.parser->total_token_count < 2) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
ssa_generate(&checker.info, &build_context);
|
||||
#endif
|
||||
#if 1
|
||||
|
||||
irGen ir_gen = {0};
|
||||
|
||||
Reference in New Issue
Block a user