mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-20 10:54:59 -07:00
minor prof fix
This commit is contained in:
@@ -4058,7 +4058,7 @@ ASYNC_WORK_DEF(p2r_bake_inline_site_strings_work)
|
||||
Arena *arena = p2r_state->work_thread_arenas[thread_idx];
|
||||
P2R_BakeInlineSiteStringsIn *in = input;
|
||||
p2r_make_string_map_if_needed();
|
||||
ProfScope("bake inline site strings");
|
||||
ProfScope("bake inline site strings")
|
||||
{
|
||||
for(P2R_BakeInlineSiteStringsInNode *n = in->first; n != 0; n = n->next)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user