Skip to content

Commit 587bf1d

Browse files
committed
bkpt: nostack
1 parent 981ce3a commit 587bf1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asm/inline.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use core::sync::atomic::{compiler_fence, Ordering};
1111

1212
#[inline(always)]
1313
pub unsafe fn __bkpt() {
14-
asm!("bkpt");
14+
asm!("bkpt", options(nostack));
1515
}
1616

1717
#[inline(always)]

0 commit comments

Comments
 (0)