Macro revm_interpreter::check

source ยท
macro_rules! check {
    ($interp:expr, $min:ident) => { ... };
}
Expand description

Check if the SPEC is enabled, and fail the instruction if it is not.