Replaced "__sync_synchronize" with "__sync"

This commit is contained in:
Alex
2023-02-18 04:13:49 +02:00
parent 0fb62e52d2
commit 419b5bee0d
6 changed files with 14 additions and 14 deletions

View File

@ -342,7 +342,7 @@ SafeFunction void UserModeExceptionHandler(CHArchTrapFrame *Frame)
}
TaskManager->GetCurrentThread()->Status = Tasking::TaskStatus::Terminated;
__sync_synchronize();
__sync;
error("End of report.");
CPU::Interrupts(CPU::Enable);
debug("Interrupts enabled back.");