mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
This commit is contained in:
parent
6ae9d5c85f
commit
a4da223c9a
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -2213,7 +2213,7 @@ is_pointer_to_heap(rb_objspace_t *objspace, void *ptr)
|
|||
if (page->start <= p) {
|
||||
if (p < page->start + page->total_slots) {
|
||||
RB_DEBUG_COUNTER_INC(gc_isptr_maybe);
|
||||
return TRUE;
|
||||
return TRUE;
|
||||
}
|
||||
lo = mid + 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue