mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-09 22:39:24 +00:00
Use correct instruction
This commit is contained in:
@ -47,8 +47,7 @@ namespace Execute
|
||||
TaskManager->Sleep(100);
|
||||
goto RetryIPCWrite;
|
||||
}
|
||||
while (1)
|
||||
;
|
||||
CPU::Halt(true);
|
||||
}
|
||||
|
||||
PCB *InterpreterTargetProcess;
|
||||
|
Reference in New Issue
Block a user