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 614599c commit 08a09f8Copy full SHA for 08a09f8
std/src/sys/solid/abi/mod.rs
@@ -11,7 +11,7 @@ pub fn breakpoint_program_exited(tid: usize) {
11
// SOLID_BP_PROGRAM_EXITED = 15
12
#[cfg(target_arch = "arm")]
13
() => core::arch::asm!("bkpt #15", in("r0") tid),
14
- #[cfg(core::arch::asm = "aarch64")]
+ #[cfg(target_arch = "aarch64")]
15
() => core::arch::asm!("hlt #15", in("x0") tid),
16
}
17
0 commit comments