diff options
Diffstat (limited to 'gc.c')
-rw-r--r-- | gc.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3618,8 +3618,7 @@ rb_gc_update_vm_references(void *objspace) rb_vm_update_references(vm); rb_gc_update_global_tbl(); - global_symbols.ids = gc_location_internal(objspace, global_symbols.ids); - global_symbols.dsymbol_fstr_hash = gc_location_internal(objspace, global_symbols.dsymbol_fstr_hash); + rb_sym_global_symbols_update_references(); #if USE_YJIT void rb_yjit_root_update_references(void); // in Rust |