Skip to content

Commit

Permalink
Revert "whoops"
Browse files Browse the repository at this point in the history
This reverts commit 472da25.
  • Loading branch information
stevengj committed Dec 31, 2016
1 parent 472da25 commit 1270f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2208,6 +2208,7 @@ JL_DLLEXPORT jl_value_t *jl_invoke_latest(jl_value_t *f, jl_value_t *argtuple)
argv[i] = jl_fieldref(argtuple, i-1);
jl_ptls_t ptls = jl_get_ptls_states();
size_t last_age = ptls->world_age;
ptls->world_age = jl_get_world_counter();
jl_value_t *v = jl_apply(argv, nargs+1);
ptls->world_age = last_age;
JL_GC_POP();
Expand Down

0 comments on commit 1270f03

Please sign in to comment.