Lifecycle management of threads #29

Merged
harraiken merged 240 commits from threads into master 2026-09-07 13:45:09 +02:00
Showing only changes of commit 9faf19b57e - Show all commits

View File

@@ -101,7 +101,7 @@ VOID
KE::KThread::HandleSystemThreadExit(VOID) KE::KThread::HandleSystemThreadExit(VOID)
{ {
/* Trigger a debugger breakpoint */ /* Trigger a debugger breakpoint */
asm("int $3\n"); __asm__ volatile("int $3\n");
} }
/** /**