fix error msg

This commit is contained in:
vanhauser-thc
2021-02-22 18:22:09 +01:00
parent 7674dac1a1
commit 745bc083d1

View File

@ -1802,8 +1802,8 @@ int main(int argc, char **argv, char **envp) {
if (instrument_opt_mode && instrument_mode != INSTRUMENT_CLASSIC &&
instrument_mode != INSTRUMENT_CFG)
FATAL(
"CTX and NGRAM instrumentation options can only be used with CFG "
"(recommended) and CLASSIC instrumentation modes!");
"CTX and NGRAM instrumentation options can only be used with LLVM and "
"CFG or CLASSIC instrumentation modes!");
if (getenv("AFL_LLVM_SKIP_NEVERZERO") && getenv("AFL_LLVM_NOT_ZERO"))
FATAL(