summaryrefslogtreecommitdiff
path: root/yjit/bindgen
diff options
context:
space:
mode:
authorJemma Issroff <jemmaissroff@gmail.com>2022-12-02 12:33:20 -0500
committerTakashi Kokubun <takashikkbn@gmail.com>2022-12-02 12:53:51 -0800
commit4c5e89791b2e5e168aadb949c90f804736a472bd (patch)
tree105b2fcc73e3409abf84e26b5eb5718dcc16a559 /yjit/bindgen
parent606653e43a8207e15d6c3b450754d2a8bd349fc9 (diff)
downloadruby-4c5e89791b2e5e168aadb949c90f804736a472bd.tar.gz
Extracted rb_shape_id_offset
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 0fa2c72d66..5244c84da2 100644
--- a/yjit/bindgen/src/main.rs
+++ b/yjit/bindgen/src/main.rs
@@ -86,6 +86,7 @@ fn main() {
.allowlist_function("rb_shape_get_shape_id")
.allowlist_function("rb_shape_get_shape_by_id")
.allowlist_function("rb_shape_id_num_bits")
+ .allowlist_function("rb_shape_id_offset")
.allowlist_function("rb_shape_get_iv_index")
.allowlist_function("rb_shape_get_next")
.allowlist_function("rb_shape_id")