mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-19 23:16:49 +00:00
setup os_init() for manually starting up os_context
This commit is contained in:
@@ -18,7 +18,7 @@ MD_API_C thread_static TCTX* tctx_thread_local = 0;
|
||||
void
|
||||
tctx_init_and_equip(TCTX* tctx)
|
||||
{
|
||||
memory_zero_struct(tctx);
|
||||
// memory_zero_struct(tctx);
|
||||
|
||||
Arena** arena_ptr = tctx->arenas;
|
||||
for (U64 i = 0; i < array_count(tctx->arenas); i += 1, arena_ptr += 1)
|
||||
|
||||
Reference in New Issue
Block a user