Skip to content

Commit

Permalink
fix(plic): send done
Browse files Browse the repository at this point in the history
Signed-off-by: Zone.N <[email protected]>
  • Loading branch information
MRNIU committed May 27, 2023
1 parent 08a5f75 commit 854be45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arch/riscv64/intr/plic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,6 @@ void PLIC::register_externel_handler(

void PLIC::do_externel_interrupt(uint8_t _no) {
externel_interrupt_handlers[_no](_no);
done(_no);
return;
}

0 comments on commit 854be45

Please sign in to comment.