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:
@@ -32,7 +32,7 @@ UnhandledInterruptHandler::UnhandledInterruptHandler(u8 interrupt_vector)
|
||||
{
|
||||
}
|
||||
|
||||
void UnhandledInterruptHandler::handle_interrupt(RegisterState&)
|
||||
void UnhandledInterruptHandler::handle_interrupt(const RegisterState&)
|
||||
{
|
||||
dbg() << "Interrupt: Unhandled vector " << interrupt_number() << " was invoked for handle_interrupt(RegisterState&).";
|
||||
hang();
|
||||
|
||||
Reference in New Issue
Block a user