mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
Kernel: Rename RegisterDump => RegisterState
This commit is contained in:
@@ -582,7 +582,7 @@ void Scheduler::initialize()
|
||||
load_task_register(s_redirection.selector);
|
||||
}
|
||||
|
||||
void Scheduler::timer_tick(RegisterDump& regs)
|
||||
void Scheduler::timer_tick(RegisterState& regs)
|
||||
{
|
||||
if (!current)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user