mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-22 22:28:49 +00:00
fix debug output
This commit is contained in:
@ -253,10 +253,6 @@ bool CmpLogRoutines::hookRtns(Module &M) {
|
||||
|
||||
isPtrRtn = false;
|
||||
|
||||
fprintf(stderr, "%u %u %u %u\n", isGccStdStringCString,
|
||||
isGccStdStringStdString, isLlvmStdStringStdString,
|
||||
isLlvmStdStringCString);
|
||||
|
||||
}
|
||||
|
||||
if (isPtrRtn) { calls.push_back(callInst); }
|
||||
|
Reference in New Issue
Block a user