mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
bump: revm v7.1.0 (#7064)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user