mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 03:58:11 +00:00
set up base-layer tctx info for thread wavefront metadata
This commit is contained in:
@@ -105,10 +105,10 @@ main_thread_base_entry_point(int arguments_count, char **arguments)
|
||||
internal void
|
||||
supplement_thread_base_entry_point(void (*entry_point)(void *params), void *params)
|
||||
{
|
||||
TCTX tctx;
|
||||
tctx_init_and_equip(&tctx);
|
||||
TCTX *tctx = tctx_alloc();
|
||||
tctx_select(tctx);
|
||||
entry_point(params);
|
||||
tctx_release();
|
||||
tctx_release(tctx);
|
||||
}
|
||||
|
||||
internal U64
|
||||
|
||||
Reference in New Issue
Block a user