summaryrefslogtreecommitdiff
path: root/tool/mjit/bindgen.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-02-13 23:57:40 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-05 23:28:59 -0800
commit3774fe4e912afc97649207fdfd17aa8b44903152 (patch)
treeec2137945cda0d943fb776076bb969ff59115c2d /tool/mjit/bindgen.rb
parentb5c5052839b126d479add428c0c227157a96a90c (diff)
Implement opt_eq and opt_neq
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7448
Diffstat (limited to 'tool/mjit/bindgen.rb')
-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 74072e07c8..281cc903e9 100755
--- a/tool/mjit/bindgen.rb
+++ b/tool/mjit/bindgen.rb
@@ -350,6 +350,7 @@ generator = BindingGenerator.new(
UINT: %w[
BOP_AND
BOP_AREF
+ BOP_EQ
BOP_GE
BOP_GT
BOP_LE
@@ -361,6 +362,7 @@ generator = BindingGenerator.new(
ARRAY_REDEFINED_OP_FLAG
HASH_REDEFINED_OP_FLAG
INTEGER_REDEFINED_OP_FLAG
+ STRING_REDEFINED_OP_FLAG
METHOD_VISI_PRIVATE
METHOD_VISI_PROTECTED
METHOD_VISI_PUBLIC