mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:18:11 +00:00
Kernel: Rename RegisterDump => RegisterState
This commit is contained in:
parent
5507945306
commit
0341ddc5eb
10 changed files with 79 additions and 79 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue