Prepare CD Callback handler

This commit is contained in:
Jaby
2024-06-13 22:28:37 +02:00
committed by Jaby
parent 4df3368eaa
commit 715aea0589
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();
}