Macro revm_interpreter::pop_address

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

Pops Address values from the stack. Fails the instruction if the stack is too small.