Skip to content

Commit dd72f11

Browse files
committed
asm/inline: explicitly use asm macro
removed from prelude in current nightly rust-lang/rust#91728 close #371 Signed-off-by: Robert Jördens <[email protected]>
1 parent ae1d2a6 commit dd72f11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

asm/inline.rs

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//! applicable.
88
99
use core::sync::atomic::{compiler_fence, Ordering};
10+
use core::arch::asm;
1011

1112
#[inline(always)]
1213
pub unsafe fn __bkpt() {

0 commit comments

Comments
 (0)