We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497f0e4 commit 5c1e219Copy full SHA for 5c1e219
src/rdi_from_pdb/rdi_from_pdb.c
@@ -4058,7 +4058,7 @@ ASYNC_WORK_DEF(p2r_bake_inline_site_strings_work)
4058
Arena *arena = p2r_state->work_thread_arenas[thread_idx];
4059
P2R_BakeInlineSiteStringsIn *in = input;
4060
p2r_make_string_map_if_needed();
4061
- ProfScope("bake inline site strings");
+ ProfScope("bake inline site strings")
4062
{
4063
for(P2R_BakeInlineSiteStringsInNode *n = in->first; n != 0; n = n->next)
4064
0 commit comments