diff options
Diffstat (limited to 'zjit/bindgen/src/main.rs')
| -rw-r--r-- | zjit/bindgen/src/main.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zjit/bindgen/src/main.rs b/zjit/bindgen/src/main.rs index 32b75117c8..59daf0b92f 100644 --- a/zjit/bindgen/src/main.rs +++ b/zjit/bindgen/src/main.rs @@ -321,8 +321,7 @@ fn main() { .allowlist_function("rb_jit_shape_complex_p") .allowlist_function("rb_jit_multi_ractor_p") .allowlist_function("rb_jit_class_fields_embedded_p") - .allowlist_function("rb_jit_typed_data_p") - .allowlist_function("rb_jit_typed_data_fields_embedded_p") + .allowlist_function("rb_jit_data_fields_embedded_p") .allowlist_function("rb_jit_vm_lock_then_barrier") .allowlist_function("rb_jit_vm_unlock") .allowlist_function("rb_jit_for_each_iseq") |
