diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-01-05 21:58:24 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-01-05 21:58:24 +0000 |
| commit | 1356dfeec28a143b53dc23d8f8440ac419832816 (patch) | |
| tree | 513e3a4f9da65af9fa13602ccee1f8e04f122a2e /src/ir_print.c | |
| parent | d025791462f6ee6bc4484b5b4813efd78b28ae68 (diff) | |
Fix SUBSYSTEM for link.exev0.0.5a
Diffstat (limited to 'src/ir_print.c')
| -rw-r--r-- | src/ir_print.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ir_print.c b/src/ir_print.c index 4ceb7fe18..a4f3dfae3 100644 --- a/src/ir_print.c +++ b/src/ir_print.c @@ -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; } |