exclude QemuSystemStateObserver when not needed
This commit is contained in:
parent
7d8717ff15
commit
3ed8ccd0c7
@ -538,6 +538,7 @@ pub fn fuzz() {
|
||||
// Create an observation channel to keep track of the execution time
|
||||
let clock_time_observer = QemuClockObserver::new("clocktime", if cli.dump_times {cli.dump_name.clone().map(|x| x.with_extension("time"))} else {None} );
|
||||
|
||||
#[cfg(feature = "systemstate")]
|
||||
let systemstate_observer = QemuSystemStateObserver::new();
|
||||
|
||||
// Feedback to rate the interestingness of an input
|
||||
|
Loading…
x
Reference in New Issue
Block a user