Skip to main content

run_call_then_push

Function run_call_then_push 

Source
fn run_call_then_push<B: Backend>(compiler: &mut EvmCompiler<B>)
Available on crate features __fuzzing only.
Expand description

Contract: PUSH args → CALL → PUSH1 0x42 → STOP

After the CALL returns, execution must continue with PUSH1 0x42 (not restart from PUSH args). We verify by checking the stack after the second call to call_with_interpreter.