We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1d2a6 commit dd72f11Copy full SHA for dd72f11
asm/inline.rs
@@ -7,6 +7,7 @@
7
//! applicable.
8
9
use core::sync::atomic::{compiler_fence, Ordering};
10
+use core::arch::asm;
11
12
#[inline(always)]
13
pub unsafe fn __bkpt() {
0 commit comments