From a9bfb64153ae0a07d498d0976d335b65515fd1b1 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Thu, 6 Apr 2023 21:13:10 -0700 Subject: Expose rb_sym_to_proc via RJIT This is needed for getblockparamproxy --- tool/rjit/bindgen.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tool') diff --git a/tool/rjit/bindgen.rb b/tool/rjit/bindgen.rb index 62f4847709..5c9fcfdf4e 100755 --- a/tool/rjit/bindgen.rb +++ b/tool/rjit/bindgen.rb @@ -572,6 +572,7 @@ generator = BindingGenerator.new( rjit_build_kwhash rb_rjit_entry_stub_hit rb_rjit_branch_stub_hit + rb_sym_to_proc ], types: %w[ CALL_DATA -- cgit v1.2.1