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

@ -47,8 +47,7 @@ namespace Execute
TaskManager->Sleep(100);
goto RetryIPCWrite;
}
while (1)
;
CPU::Halt(true);
}
PCB *InterpreterTargetProcess;