fuzzer fixes on windows for testing

This commit is contained in:
nhmall
2018-11-21 18:50:02 -05:00
parent 030efe84fa
commit 86637bb4ef
3 changed files with 76 additions and 3 deletions

View File

@@ -688,11 +688,11 @@ tty_delay_output()
clock_t goal;
int k;
goal = 50 + clock();
back_buffer_flip();
if (iflags.debug_fuzzer)
return;
goal = 50 + clock();
back_buffer_flip();
while (goal > clock()) {
k = junk; /* Do nothing */
}