Fix SUBSYSTEM for link.exe

This commit is contained in:
Ginger Bill
2017-01-05 21:58:24 +00:00
parent d025791462
commit 1356dfeec2
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -565,6 +565,7 @@ bool ir_print_is_proc_global(irModule *m, irProcedure *proc) {
if (proc->entity != NULL &&
proc->entity->kind == Entity_Procedure) {
if (m->entry_point_entity == proc->entity) {
// gb_printf("%.*s\n", LIT(proc->entity->token.string));
// TODO(bill): This may not be needed during windows
return true;
}