Skip to content

Commit 08a09f8

Browse files
committed
Address review feedback
1 parent 614599c commit 08a09f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/sys/solid/abi/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub fn breakpoint_program_exited(tid: usize) {
1111
// SOLID_BP_PROGRAM_EXITED = 15
1212
#[cfg(target_arch = "arm")]
1313
() => core::arch::asm!("bkpt #15", in("r0") tid),
14-
#[cfg(core::arch::asm = "aarch64")]
14+
#[cfg(target_arch = "aarch64")]
1515
() => core::arch::asm!("hlt #15", in("x0") tid),
1616
}
1717
}

0 commit comments

Comments
 (0)