Skip to content

Commit

Permalink
fix for new qemu gen_callN and x86 decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain committed Oct 31, 2024
1 parent 023bfbf commit b7b9f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl_qemu/libafl_qemu_build/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::cargo_add_rpath;

pub const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge";
pub const QEMU_DIRNAME: &str = "qemu-libafl-bridge";
pub const QEMU_REVISION: &str = "513bd84b400a29544b3c2f63d1ec6f515859ace4";
pub const QEMU_REVISION: &str = "940d21f35bc5e8b599075cc6519fdaa08cc69d2e";

#[allow(clippy::module_name_repetitions)]
pub struct BuildResult {
Expand Down

0 comments on commit b7b9f14

Please sign in to comment.