mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-08-21 19:15:02 +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