aboutsummaryrefslogtreecommitdiffstats
path: root/yjit/bindgen
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2023-07-26 18:12:46 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2023-07-27 15:03:46 -0400
commit7633299c5080b2b37b134ce3c1c82491d127d4d2 (patch)
treef30e5fa4c295ccc2bd20833e226a85e5b21bcd0e /yjit/bindgen
parent34825ed20d25e6b06916876484c996caad036dd0 (diff)
downloadruby-7633299c5080b2b37b134ce3c1c82491d127d4d2.tar.gz
YJIT: getblockparamproxy for when block is a Proc
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 5bda8b471b..461786b8aa 100644
--- a/yjit/bindgen/src/main.rs
+++ b/yjit/bindgen/src/main.rs
@@ -441,6 +441,7 @@ fn main() {
.allowlist_function("rb_method_basic_definition_p")
.allowlist_function("rb_yjit_array_len")
.allowlist_function("rb_obj_class")
+ .allowlist_function("rb_obj_is_proc")
// We define VALUE manually, don't import it
.blocklist_type("VALUE")