Use correct instruction

This commit is contained in:
Alex
2023-02-18 04:11:59 +02:00
parent 476e97baf1
commit 0fb62e52d2
5 changed files with 8 additions and 9 deletions

View File

@ -182,7 +182,7 @@ namespace GraphicalUserInterface
else
{
if (unlikely(Idle > 1000))
CPU::Halt();
CPU::Pause();
else
Idle++;
}