Skip to content

Commit

Permalink
remove lib.rs error
Browse files Browse the repository at this point in the history
  • Loading branch information
enjhnsn2 committed Jul 15, 2024
1 parent 7bb8aff commit 85ac30d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/rv32i/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ pub enum PermissionMode {
/// some platforms have added more bits to the `mtvec` register.
///
/// The trap handler is called on exceptions and for interrupts.
#[flux::ignore]
pub unsafe fn configure_trap_handler(mode: PermissionMode) {
match mode {
PermissionMode::Machine => csr::CSR.mtvec.write(
Expand Down

0 comments on commit 85ac30d

Please sign in to comment.