diff options
| author | Aaron Patterson <tenderlove@ruby-lang.org> | 2023-04-06 21:13:10 -0700 |
|---|---|---|
| committer | Aaron Patterson <aaron.patterson@gmail.com> | 2023-04-07 09:49:15 -0700 |
| commit | a9bfb64153ae0a07d498d0976d335b65515fd1b1 (patch) | |
| tree | 65f2ba7b4b78de93a1d4e292e68ca018c59103fc /tool | |
| parent | ac8a16237c727ae2a1446ef6dc810d0e750971fb (diff) | |
Expose rb_sym_to_proc via RJIT
This is needed for getblockparamproxy
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7673
Diffstat (limited to 'tool')
| -rwxr-xr-x | tool/rjit/bindgen.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
