Navigation Menu

Skip to content

Commit

Permalink
Commented out some debug printf()s.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 20, 2018
1 parent 4be33b8 commit efbc044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native/doscalls.c
Expand Up @@ -332,7 +332,9 @@ static void runDosExitList(const uint32 why)
next = item->next;
GExitList = next;
free(item);
//printf("calling dosexitlist item %p\n", fn); fflush(stdout);
fn(why);
//printf("dosexitlist item %p returned!\n", fn); fflush(stdout);
} // for
} // runDosExitList

Expand Down

0 comments on commit efbc044

Please sign in to comment.