summaryrefslogtreecommitdiff
path: root/yjit/bindgen
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-17 11:53:17 -0700
committerGitHub <noreply@github.com>2023-03-17 11:53:17 -0700
commit9fd94d6a0cc7626c8abfc9ba05d6f156927ee8f7 (patch)
tree281ac6178534fae0064679b2b1b20e73dc0dd036 /yjit/bindgen
parent3592b24cdc07ed89eecb39161f21fe721a89a5de (diff)
downloadruby-9fd94d6a0cc7626c8abfc9ba05d6f156927ee8f7.tar.gz
YJIT: Support entry for multiple PCs per ISEQ (GH-7535)
Diffstat (limited to 'yjit/bindgen')
-rw-r--r--yjit/bindgen/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/yjit/bindgen/src/main.rs b/yjit/bindgen/src/main.rs
index 3dc503f7c3..a2af76a787 100644
--- a/yjit/bindgen/src/main.rs
+++ b/yjit/bindgen/src/main.rs
@@ -368,6 +368,7 @@ fn main() {
.allowlist_function("rb_insn_len")
.allowlist_function("rb_yarv_class_of")
.allowlist_function("rb_get_ec_cfp")
+ .allowlist_function("rb_get_cfp_iseq")
.allowlist_function("rb_get_cfp_pc")
.allowlist_function("rb_get_cfp_sp")
.allowlist_function("rb_get_cfp_self")