From 5c1e2199017b1cdd9040837dbf835db8dff912da Mon Sep 17 00:00:00 2001 From: Nikita Smith Date: Wed, 29 Jan 2025 16:26:02 -0800 Subject: [PATCH] minor prof fix --- src/rdi_from_pdb/rdi_from_pdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rdi_from_pdb/rdi_from_pdb.c b/src/rdi_from_pdb/rdi_from_pdb.c index b396ab9b..943dcca1 100644 --- a/src/rdi_from_pdb/rdi_from_pdb.c +++ b/src/rdi_from_pdb/rdi_from_pdb.c @@ -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) {