Skip to content

Commit

Permalink
Fix sip::{set,clear}_ssoft
Browse files Browse the repository at this point in the history
  • Loading branch information
Property404 committed Mar 11, 2024
1 parent 555441c commit 73bd721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions riscv/src/register/sip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ impl Sip {
}

read_csr_as!(Sip, 0x144);
set!(0x344);
clear!(0x104);
set!(0x144);
clear!(0x144);

set_clear_csr!(
/// Supervisor Software Interrupt Pending
Expand Down

0 comments on commit 73bd721

Please sign in to comment.