mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
Kernel: Use a const reference to RegisterState in IRQ handling
This commit is contained in:
@@ -59,7 +59,7 @@ SpuriousInterruptHandler::~SpuriousInterruptHandler()
|
||||
{
|
||||
}
|
||||
|
||||
void SpuriousInterruptHandler::handle_interrupt(RegisterState&)
|
||||
void SpuriousInterruptHandler::handle_interrupt(const RegisterState&)
|
||||
{
|
||||
// FIXME: Actually check if IRQ7 or IRQ15 are spurious, and if not, call the real handler to handle the IRQ.
|
||||
klog() << "Spurious Interrupt, vector " << interrupt_number();
|
||||
|
||||
Reference in New Issue
Block a user