mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-06 12:59:18 +00:00
Use correct instruction
This commit is contained in:
@ -182,7 +182,7 @@ namespace GraphicalUserInterface
|
||||
else
|
||||
{
|
||||
if (unlikely(Idle > 1000))
|
||||
CPU::Halt();
|
||||
CPU::Pause();
|
||||
else
|
||||
Idle++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user