Skip to content

Commit

Permalink
Update src/gc.c
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Sep 29, 2022
1 parent 8effc6c commit 0a2f35f
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 @@ -2476,7 +2476,7 @@ module_binding: {
jl_value_t *ty = jl_atomic_load_relaxed(&b->ty);
if (ty && ty != (jl_value_t*)jl_any_type) {
verify_parent2("module", binding->parent,
&b->typ, "binding(%s)", jl_symbol_name(b->name));
&b->ty, "binding(%s)", jl_symbol_name(b->name));
if (gc_try_setmark(ty, &binding->nptr, &tag, &bits)) {
new_obj = ty;
gc_repush_markdata(&sp, gc_mark_binding_t);
Expand Down

0 comments on commit 0a2f35f

Please sign in to comment.