Skip to content

Commit

Permalink
Fix pulley fuzz target
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 22, 2024
1 parent 4fd2655 commit 5661cd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pulley/fuzz/src/interp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,5 @@ fn extended_op_is_safe_for_fuzzing(op: &ExtendedOp) -> bool {
match op {
ExtendedOp::Trap(_) => true,
ExtendedOp::Nop(_) => true,
ExtendedOp::GetSp(GetSp { dst, .. }) => !dst.is_special(),
}
}

0 comments on commit 5661cd9

Please sign in to comment.