RobinMueller[m]: > <@muellerr:matrix.org> nop is > ```rust > /// Emit an NOP instruction > #[inline] > pub fn nop() { > unsafe { > core::arch::asm!("nop"); > } > } > ``` you need to have a clobber in there to make it spooky enough for the compiler to bail