From 2034e6ad5a22fa1dcde428751ae97a29ba434d7e Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 25 Jan 2024 13:45:58 -0800 Subject: YJIT: Support concattoarray and pushtoarray (#9708) --- yjit/bindgen/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'yjit/bindgen') diff --git a/yjit/bindgen/src/main.rs b/yjit/bindgen/src/main.rs index 45874f28a1..df9bb4d727 100644 --- a/yjit/bindgen/src/main.rs +++ b/yjit/bindgen/src/main.rs @@ -133,6 +133,7 @@ fn main() { .allowlist_function("rb_ary_new_capa") .allowlist_function("rb_ary_store") .allowlist_function("rb_ary_resurrect") + .allowlist_function("rb_ary_cat") .allowlist_function("rb_ary_clear") .allowlist_function("rb_ary_dup") .allowlist_function("rb_ary_push") -- cgit v1.2.3