mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
sync before scratch_end to prevent race in the result fill
This commit is contained in:
@@ -4411,6 +4411,8 @@ p2r_convert(Arena *arena, P2R_ConvertParams *params)
|
|||||||
result.procedures = *all_procedures;
|
result.procedures = *all_procedures;
|
||||||
result.scopes = *all_scopes;
|
result.scopes = *all_scopes;
|
||||||
result.inline_sites = *all_inline_sites;
|
result.inline_sites = *all_inline_sites;
|
||||||
|
|
||||||
|
lane_sync();
|
||||||
}
|
}
|
||||||
|
|
||||||
scratch_end(scratch);
|
scratch_end(scratch);
|
||||||
|
|||||||
Reference in New Issue
Block a user