mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +00:00
Some refactor and style tweaks.
This commit is contained in:
parent
03a8357e84
commit
6304c771dd
7 changed files with 103 additions and 113 deletions
|
@ -105,7 +105,7 @@ void clock_handle()
|
|||
|
||||
if (!scheduleNewProcess())
|
||||
return;
|
||||
Process::prepForIRETToNewProcess();
|
||||
Process::prepare_for_iret_to_new_process();
|
||||
|
||||
// Set the NT (nested task) flag.
|
||||
asm(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue