Skip to content

Commit

Permalink
Workaround for linker problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbehrends committed Apr 12, 2018
1 parent c9535bf commit bb7fc12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/julia_gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,11 +390,11 @@ void InitBags (
TNumAbortFuncBags abort_func )
{
// HOOK: initialization happens here.
jl_init();
jl_extend_init();
jl_gc_enable(0); /// DEBUGGING
GapStackBottom = stack_bottom;
GapStackAlign = stack_align;
JuliaTLS = jl_get_ptls_states();
JuliaTLS = jl_extend_get_ptls_states();
jl_root_scanner_hook = GapRootScanner;
jl_nonpool_alloc_hook = alloc_bigval;
jl_nonpool_free_hook = free_bigval;
Expand Down

0 comments on commit bb7fc12

Please sign in to comment.