Skip to content

Commit 924e62e

Browse files
committed
fix(plic): send done
Signed-off-by: Zone.N <Zone.NiuZH@hotmail.com>
1 parent 6c01859 commit 924e62e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/arch/riscv64/intr/plic.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,6 @@ void PLIC::register_externel_handler(
134134

135135
void PLIC::do_externel_interrupt(uint8_t _no) {
136136
externel_interrupt_handlers[_no](_no);
137+
done(_no);
137138
return;
138139
}

0 commit comments

Comments
 (0)