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 981ce3a commit 587bf1dCopy full SHA for 587bf1d
asm/inline.rs
@@ -11,7 +11,7 @@ use core::sync::atomic::{compiler_fence, Ordering};
11
12
#[inline(always)]
13
pub unsafe fn __bkpt() {
14
- asm!("bkpt");
+ asm!("bkpt", options(nostack));
15
}
16
17
0 commit comments