Macro revm_interpreter::gas

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

Records a gas cost and fails the instruction if it would exceed the available gas.