mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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