We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844cac5 commit b3c0161Copy full SHA for b3c0161
src/constance_port_riscv_test_driver/src/driver_kernel_tests/execute_lr_sc.rs
@@ -553,7 +553,7 @@ extern "C" fn save_st1() {
553
554
/// Restore from `a0` all X registers except for `ra` (`x1`).
555
#[naked]
556
-unsafe extern "C" fn restore_st(a0: *const St) {
+unsafe extern "C" fn restore_st(_a0: *const St) {
557
unsafe {
558
pp_asm!("
559
" constance_port_riscv::threading::imp::asm_inc::define_load_store!() "
0 commit comments