summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-02-13 23:05:56 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-05 23:28:59 -0800
commitbc50b0475a64dbae293c29bf3e6b72ba12424c99 (patch)
treedd6f18bc22ce6e31df27944a4671f8e5106ecb59 /tool
parent67cc53214cdb5900ccc75e195d8e9c85dea519f9 (diff)
downloadruby-bc50b0475a64dbae293c29bf3e6b72ba12424c99.tar.gz
Implement opt_and and opt_or
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 4c03912a30..74072e07c8 100755
--- a/tool/mjit/bindgen.rb
+++ b/tool/mjit/bindgen.rb
@@ -348,6 +348,7 @@ generator = BindingGenerator.new(
VM_ENV_DATA_INDEX_SPECVAL
],
UINT: %w[
+ BOP_AND
BOP_AREF
BOP_GE
BOP_GT
@@ -355,6 +356,7 @@ generator = BindingGenerator.new(
BOP_LT
BOP_MINUS
BOP_MOD
+ BOP_OR
BOP_PLUS
ARRAY_REDEFINED_OP_FLAG
HASH_REDEFINED_OP_FLAG