mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
Kernel: Use a const reference to RegisterState in IRQ handling
This commit is contained in:
@@ -580,7 +580,7 @@ void Scheduler::initialize()
|
||||
load_task_register(s_redirection.selector);
|
||||
}
|
||||
|
||||
void Scheduler::timer_tick(RegisterState& regs)
|
||||
void Scheduler::timer_tick(const RegisterState& regs)
|
||||
{
|
||||
if (!Thread::current)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user