summaryrefslogtreecommitdiff
path: root/yjit/bindgen
diff options
context:
space:
mode:
authorJimmy Miller <jimmy.miller@shopify.com>2023-03-13 11:12:23 -0400
committerGitHub <noreply@github.com>2023-03-13 11:12:23 -0400
commit45127c84d992dc0224c59be341e6c652de7edd21 (patch)
tree1010831e629ac35c6505d1a070b056f7f10911e8 /yjit/bindgen
parent1095baed34dca15b9d8c6c54ea2f89bbaf67fb52 (diff)
downloadruby-45127c84d992dc0224c59be341e6c652de7edd21.tar.gz
YJIT: Handle rest+splat where non-splat < required (#7499)
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 71f7725f6b..031573621f 100644
--- a/yjit/bindgen/src/main.rs
+++ b/yjit/bindgen/src/main.rs
@@ -137,6 +137,7 @@ fn main() {
.allowlist_function("rb_ary_clear")
.allowlist_function("rb_ary_dup")
.allowlist_function("rb_yjit_rb_ary_unshift_m")
+ .allowlist_function("rb_yjit_rb_ary_subseq_length")
// From internal/array.h
.allowlist_function("rb_ec_ary_new_from_values")