got past init

This commit is contained in:
ed
2025-02-09 05:40:04 -05:00
parent d867a8b0c0
commit 0485058938
9 changed files with 40 additions and 31 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ struct Context
OS_Context os_ctx;
// This skips the os_init process but that means the user is expected to setup
// the thread context for the process
// the thread context's arenas for the process
B32 dont_init_os;
};