summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-17 23:27:16 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-17 23:27:16 -0700
commit45a17013aae5ed050b0d425a2dab7cd4547ff359 (patch)
tree6620c0aa204f6e1f94f84db48ee351f13ff84649 /tool
parent39cd74d2a0c36a76422d3648f076a48fc032d960 (diff)
downloadruby-45a17013aae5ed050b0d425a2dab7cd4547ff359.tar.gz
RJIT: Implement throw insn
Diffstat (limited to 'tool')
-rwxr-xr-xtool/rjit/bindgen.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/rjit/bindgen.rb b/tool/rjit/bindgen.rb
index 292f7e4b9c..d592208469 100755
--- a/tool/rjit/bindgen.rb
+++ b/tool/rjit/bindgen.rb
@@ -515,6 +515,7 @@ generator = BindingGenerator.new(
rjit_str_neq_internal
rjit_record_exit_stack
rb_ivar_defined
+ rb_vm_throw
],
types: %w[
CALL_DATA