We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ecbc4 commit a05f99bCopy full SHA for a05f99b
src/gc.c
@@ -2475,7 +2475,7 @@ module_binding: {
2475
jl_value_t *ty = jl_atomic_load_relaxed(&b->ty);
2476
if (ty && ty != (jl_value_t*)jl_any_type) {
2477
verify_parent2("module", binding->parent,
2478
- &b->typ, "binding(%s)", jl_symbol_name(b->name));
+ &b->ty, "binding(%s)", jl_symbol_name(b->name));
2479
if (gc_try_setmark(ty, &binding->nptr, &tag, &bits)) {
2480
new_obj = ty;
2481
gc_repush_markdata(&sp, gc_mark_binding_t);
0 commit comments