summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-03 22:45:25 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-05 23:28:59 -0800
commitf2ef352ee0bfa65cef8242740ab7ba5a831d1934 (patch)
tree517d6ebe9b21e3aed600fe1025f499ecb4f185ac /tool
parent89f8e20aa410fa0728b638a92adca114a71706c0 (diff)
Implement opt_str_freeze
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7448
Diffstat (limited to 'tool')
-rwxr-xr-xtool/mjit/bindgen.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/mjit/bindgen.rb b/tool/mjit/bindgen.rb
index b2ec9e27bd..749965de7d 100755
--- a/tool/mjit/bindgen.rb
+++ b/tool/mjit/bindgen.rb
@@ -365,6 +365,7 @@ generator = BindingGenerator.new(
BOP_MOD
BOP_OR
BOP_PLUS
+ BOP_FREEZE
ARRAY_REDEFINED_OP_FLAG
HASH_REDEFINED_OP_FLAG
INTEGER_REDEFINED_OP_FLAG