summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-03 21:29:20 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-05 23:28:59 -0800
commit7456b10c33ef984a685d174d7ff4ed418001923f (patch)
tree482216e36a269d038c042531ad7e52713aca8109 /tool
parentf81c7a674751681d77d84110ffdb9c609b602cea (diff)
Implement getblockparamproxy
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7448
Diffstat (limited to 'tool')
-rwxr-xr-xtool/mjit/bindgen.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/mjit/bindgen.rb b/tool/mjit/bindgen.rb
index 105f878cdc..fbfd98960a 100755
--- a/tool/mjit/bindgen.rb
+++ b/tool/mjit/bindgen.rb
@@ -408,6 +408,7 @@ generator = BindingGenerator.new(
VM_FRAME_MAGIC_CFUNC
VM_FRAME_FLAG_CFRAME
VM_FRAME_FLAG_CFRAME_KW
+ VM_FRAME_FLAG_MODIFIED_BLOCK_PARAM
VM_METHOD_TYPE_ISEQ
VM_METHOD_TYPE_NOTIMPLEMENTED
VM_METHOD_TYPE_CFUNC
@@ -447,6 +448,7 @@ generator = BindingGenerator.new(
rb_cNilClass
rb_cSymbol
rb_cTrueClass
+ rb_block_param_proxy
],
},
types: %w[