We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db314d1 commit 9356b4bCopy full SHA for 9356b4b
riscv-rt/src/lib.rs
@@ -476,7 +476,6 @@ pub unsafe extern "C" fn start_trap_rust(trap_frame: *const TrapFrame) {
476
} else {
477
ExceptionHandler(trap_frame);
478
}
479
- ExceptionHandler(trap_frame)
480
} else if code < __INTERRUPTS.len() {
481
let h = &__INTERRUPTS[code];
482
if let Some(handler) = h {
0 commit comments