Skip to content

Commit 9356b4b

Browse files
committed
minor error
1 parent db314d1 commit 9356b4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

riscv-rt/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ pub unsafe extern "C" fn start_trap_rust(trap_frame: *const TrapFrame) {
476476
} else {
477477
ExceptionHandler(trap_frame);
478478
}
479-
ExceptionHandler(trap_frame)
480479
} else if code < __INTERRUPTS.len() {
481480
let h = &__INTERRUPTS[code];
482481
if let Some(handler) = h {

0 commit comments

Comments
 (0)