mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 20:48:07 +00:00
fix semicolon
This commit is contained in:
@ -1330,7 +1330,7 @@ void ModuleSanitizerCoverage::InjectCoverageAtBlock(Function &F, BasicBlock &BB,
|
|||||||
if (Options.TracePCGuard) {
|
if (Options.TracePCGuard) {
|
||||||
|
|
||||||
// afl++ START
|
// afl++ START
|
||||||
++afl_global_id
|
++afl_global_id;
|
||||||
|
|
||||||
if (documentFile) {
|
if (documentFile) {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user