Skip to content

Commit

Permalink
fix sugar
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain committed Sep 22, 2024
1 parent a642d02 commit f199b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl_sugar/src/qemu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ where
let modules = {
#[cfg(not(any(feature = "mips", feature = "hexagon")))]
{
tuple_list!(EdgeCoverageModule::default(), CmpLogModule::default(),)
tuple_list!(EdgeCoverageModuleBuilder::default(), CmpLogModule::default(),)
}
#[cfg(any(feature = "mips", feature = "hexagon"))]
{
Expand Down

0 comments on commit f199b21

Please sign in to comment.