fix comment

This commit is contained in:
Alwin Berger 2022-09-07 21:29:56 +02:00
parent ab54074925
commit 85e0a3f630

View File

@ -157,6 +157,7 @@ int main(int argc, char **argv, char **envp)
counter--; counter--;
} while (runstate_check(RUN_STATE_DEBUG) && counter); } while (runstate_check(RUN_STATE_DEBUG) && counter);
libafl_qemu_cleanup(); libafl_qemu_cleanup();
*/
/* /*
// Clock comparison // Clock comparison
unsigned char ex1[32] = "_`abcdefghijklmnopqrstuvwxyz{|}~"; unsigned char ex1[32] = "_`abcdefghijklmnopqrstuvwxyz{|}~";
@ -178,4 +179,4 @@ int main(int argc, char **argv, char **envp)
} }
#endif #endif
/* End LibAFL instrumentation */ /* End LibAFL instrumentation */