summaryrefslogtreecommitdiff
path: root/yjit/bindgen/src/main.rs
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2023-03-17 11:53:17 -0700
committer<[email protected]>2023-03-17 11:53:17 -0700
commit9fd94d6a0cc7626c8abfc9ba05d6f156927ee8f7 ()
tree281ac6178534fae0064679b2b1b20e73dc0dd036 /yjit/bindgen/src/main.rs
parent3592b24cdc07ed89eecb39161f21fe721a89a5de (diff)
YJIT: Support entry for multiple PCs per ISEQ (GH-7535)
Notes: Merged: https://.com/ruby/ruby/pull/7535 Merged-By: k0kubun <[email protected]>
-rw-r--r--yjit/bindgen/src/main.rs1
1 files changed, 1 insertions, 0 deletions
@@ -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_pc")
.allowlist_function("rb_get_cfp_sp")
.allowlist_function("rb_get_cfp_self")