We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c54dab commit 4b800a2Copy full SHA for 4b800a2
riscv-rt/src/lib.rs
@@ -534,8 +534,6 @@ pub unsafe extern "C" fn start_trap_rust(trap_frame: *const TrapFrame) {
534
}
535
536
xcause::Trap::Exception(_) => ExceptionHandler(&*trap_frame),
537
- }
538
539
540
541
riscv/Cargo.toml
@@ -20,6 +20,7 @@ targets = [
20
]
21
22
[features]
23
+default = ["riscv-pac/default"]
24
s-mode = []
25
critical-section-single-hart = ["critical-section/restore-state-bool"]
26
0 commit comments