Skip to content

Commit

Permalink
asan fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Netto authored and Diogo Netto committed Sep 6, 2022
1 parent f3d50c6 commit 175f01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3043,7 +3043,7 @@ JL_DLLEXPORT void jl_gc_collect(jl_gc_collection_t collection)
errno = last_errno;
}

void gc_mark_stack_all_roots(jl_ptls_t ptls, jl_gc_markstack_t *ms)
void gc_mark_queue_all_roots(jl_ptls_t ptls, jl_gc_markstack_t *ms)
{
for (size_t i = 0; i < jl_n_threads; i++)
gc_queue_thread_local(ms, jl_all_tls_states[i]);
Expand Down

0 comments on commit 175f01e

Please sign in to comment.