Browse Source

Keep CI happy

gingerBill 3 years ago
parent
commit
30a4739a52
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/middle_end.cpp

+ 3 - 1
src/middle_end.cpp

@@ -334,6 +334,8 @@ bool me_generate(Checker *c) {
 	}
 
 	gb_printf_err("[middle end pass done]\n");
-	gb_exit(0);
+	if (true) {
+		gb_exit(0);
+	}
 	return true;
 }