mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
Kernel: Use a const reference to RegisterState in IRQ handling
This commit is contained in:
@@ -84,7 +84,7 @@ SharedIRQHandler::~SharedIRQHandler()
|
||||
disable_interrupt_vector();
|
||||
}
|
||||
|
||||
void SharedIRQHandler::handle_interrupt(RegisterState& regs)
|
||||
void SharedIRQHandler::handle_interrupt(const RegisterState& regs)
|
||||
{
|
||||
ASSERT_INTERRUPTS_DISABLED();
|
||||
increment_invoking_counter();
|
||||
|
||||
Reference in New Issue
Block a user