diff options
-rw-r--r-- | yjit/bindgen/src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -325,6 +325,8 @@ fn main() { .allowlist_function("rb_yjit_icache_invalidate") .allowlist_function("rb_optimized_call") .allowlist_function("rb_yjit_assert_holding_vm_lock") // from vm_sync.h .allowlist_function("rb_vm_barrier") |