Prepare CD Callback handler

This commit is contained in:
Jaby
2024-06-13 22:28:37 +02:00
committed by Jaby
parent 77bf51d204
commit 41d9a9ad9a
7 changed files with 39 additions and 59 deletions

View File

@@ -44,6 +44,7 @@ namespace JabyEngine {
}
static void restore() {
SysCall::EnterCriticalSection();
MainThread::prepare_restore();
Thread::execute_next();
}