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