bump: revm v7.1.0 (#7064)

This commit is contained in:
rakita
2024-03-09 01:12:26 +01:00
committed by GitHub
parent 48b763f88a
commit d4ff65bfad
10 changed files with 27 additions and 25 deletions

View File

@ -69,7 +69,7 @@ extern "C" fn print_stack_trace(_: libc::c_int) {
let period = period.saturating_add(1); // avoid "what if wrapped?" branches
let Some(offset) = stack.iter().skip(period).zip(stack).position(cycled) else {
// impossible.
return;
return
};
// Count matching trace slices, else we could miscount "biphasic cycles"