mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm.c (rb_vm_mark): commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c5bf9ceef6
commit
1633eb7238
1 changed files with 2 additions and 0 deletions
2
vm.c
2
vm.c
|
@ -1386,6 +1386,8 @@ mark_event_hooks(rb_event_hook_t *hook)
|
|||
void
|
||||
rb_vm_mark(void *ptr)
|
||||
{
|
||||
int i;
|
||||
|
||||
RUBY_MARK_ENTER("vm");
|
||||
RUBY_GC_INFO("-------------------------------------------------\n");
|
||||
if (ptr) {
|
||||
|
|
Loading…
Add table
Reference in a new issue