revm_interpreter::instructions::control

Function stop

Source
pub fn stop<WIRE: InterpreterTypes, H: Host + ?Sized>(
    interpreter: &mut Interpreter<WIRE>,
    _host: &mut H,
)
Expand description

Stop opcode. This opcode halts the execution.