Add missing ngram8 cfg (#2489)

* fix dump cfg

* add missing cfg
This commit is contained in:
Dongjia "toka" Zhang 2024-08-19 14:23:47 +02:00 committed by GitHub
parent f3433767be
commit 7a5c695401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
use core::simd::num::SimdUint;
use core::{mem::align_of, slice};
#[cfg(any(feature = "sancov_ngram4", feature = "sancov_ctx"))]
#[cfg(any(feature = "sancov_ngram4", feature = "sancov_ctx", feature = "sancov_ngram8"))]
use libafl::executors::{hooks::ExecutorHook, HasObservers};
#[cfg(any(