From 14e8a81d17170be0757fa879f7dca8cd597d5afb Mon Sep 17 00:00:00 2001 From: Alwin Berger Date: Fri, 27 May 2022 00:36:25 +0200 Subject: [PATCH] fixup cargo.toml --- fuzzers/wcet_qemu_sys/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fuzzers/wcet_qemu_sys/Cargo.toml b/fuzzers/wcet_qemu_sys/Cargo.toml index 86ada0c635..8a208ac5a7 100644 --- a/fuzzers/wcet_qemu_sys/Cargo.toml +++ b/fuzzers/wcet_qemu_sys/Cargo.toml @@ -17,6 +17,7 @@ feed_graph = [] # choose exactly one scheduler sched_queue = [] +sched_mapmax = [] sched_state = [] sched_graph = [] @@ -27,7 +28,7 @@ debug = true [dependencies] libafl = { path = "../../libafl/" } -libafl_qemu = { path = "../../libafl_qemu/", features = ["systemmode", "arm"] } +libafl_qemu = { path = "../../libafl_qemu/", features = ["systemmode", "arm", "jmp_as_edge"] } clap = { version = "3.0.0-beta.2", features = ["default"] } serde = { version = "1.0", default-features = false, features = ["alloc"] } # serialization lib ron = "0.7" # write serialized data - including hashmaps