Skip to content

Commit 0e10df4

Browse files
timholyvtjnash
andauthored
Update src/gf.c
Co-authored-by: Jameson Nash <vtjnash@gmail.com>
1 parent e42e25a commit 0e10df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ static void update_max_args(jl_methtable_t *mt, jl_value_t *type)
14851485
mt->max_args = na;
14861486
}
14871487

1488-
jl_array_t *_jl_debug_method_invalidation = NULL;
1488+
jl_array_t *_jl_debug_method_invalidation JL_GLOBALLY_ROOTED = NULL;
14891489
JL_DLLEXPORT jl_value_t *jl_debug_method_invalidation(int state)
14901490
{
14911491
if (state) {

0 commit comments

Comments
 (0)