mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-05 12:29:16 +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