summaryrefslogtreecommitdiff
path: root/yjit/bindgen
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2022-10-27 05:57:59 +1030
committerGitHub <noreply@github.com>2022-10-26 15:27:59 -0400
commitc746f380f278683e98262883ed69319bd9fa680e (patch)
treea082096e7303a5fd439773f7ff3f8b27ed45de2a /yjit/bindgen
parentfa0adbad92fc1216ba0d1757fe40f0453e3a6574 (diff)
downloadruby-c746f380f278683e98262883ed69319bd9fa680e.tar.gz
YJIT: Support nil and blockparamproxy as blockarg in send (#6492)
Co-authored-by: John Hawthorn <john@hawthorn.email> Co-authored-by: John Hawthorn <john@hawthorn.email>
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 60a9d1b87d..21aaec84cb 100644
--- a/yjit/bindgen/src/main.rs
+++ b/yjit/bindgen/src/main.rs
@@ -350,6 +350,7 @@ fn main() {
.allowlist_function("rb_get_def_bmethod_proc")
.allowlist_function("rb_iseq_encoded_size")
.allowlist_function("rb_get_iseq_body_local_iseq")
+ .allowlist_function("rb_get_iseq_body_parent_iseq")
.allowlist_function("rb_get_iseq_body_iseq_encoded")
.allowlist_function("rb_get_iseq_body_stack_max")
.allowlist_function("rb_get_iseq_flags_has_opt")