We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5604f7 commit 7eed88cCopy full SHA for 7eed88c
riscv/src/asm.rs
@@ -31,7 +31,7 @@ instruction!(
31
///
32
/// This function generates a no-operation; it's useful to prevent delay loops from being
33
/// optimized away.
34
- ,nop, "nop", options(nomem, nostack, preserves_flags));
+ , nop, "nop", options(nomem, nostack, preserves_flags));
35
36
instruction!(
37
/// `WFI` instruction wrapper
0 commit comments