Skip to content

Commit

Permalink
Remove argument
Browse files Browse the repository at this point in the history
An upstream commit changed the parameter list
  • Loading branch information
wks committed Sep 2, 2024
1 parent 4adce1c commit cd5e356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gc/default.c
Original file line number Diff line number Diff line change
Expand Up @@ -10607,7 +10607,7 @@ rb_mmtk_update_obj_id_tables(void)
// This table hashes Fixnum and Bignum by value (object_id_hash_type),
// so the hash will not change if the key is Bignum and it is moved.
// We can update keys and values in place.
gc_update_table_refs(objspace, objspace->id_to_obj_tbl);
gc_update_table_refs(objspace->id_to_obj_tbl);
}

void
Expand Down

0 comments on commit cd5e356

Please sign in to comment.