Macro stakker::ret_nop

source ·
macro_rules! ret_nop {
    () => { ... };
}
Expand description

Create a Ret instance which does nothing at all

ret_nop!();

NOP means “no operation”. Implemented using Ret::new.