fix comment
This commit is contained in:
parent
ab54074925
commit
85e0a3f630
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user