summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2021-06-28 15:00:35 -0700
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:36 -0400
commit0d63600e4f9d45e9814191e5ca7aecf9ef28a9df (patch)
tree0e530e121a99288b62e8493e2d4c40846a793216 /gc.c
parentb385f311882be75e81ec9ce7ab74d2368fec1560 (diff)
Partial revert of ceebc7fc98d
I'm looking through the places where YJIT needs notifications. It looks like these changes to gc.c and vm_callinfo.h have become unnecessary since 84ab77ba592. This commit just makes the diff against upstream smaller, but otherwise shouldn't change any behavior.
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 879b6e4dc0..4451218f71 100644
--- a/gc.c
+++ b/gc.c
@@ -2907,7 +2907,7 @@ vm_ccs_free(struct rb_class_cc_entries *ccs, int alive, rb_objspace_t *objspace,
asan_poison_object((VALUE)cc);
}
}
- rb_vm_cc_invalidate(cc);
+ vm_cc_invalidate(cc);
}
ruby_xfree(ccs->entries);
}