From 9cd5441d28002768d9f492140757652548b86727 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 12 Mar 2023 13:55:39 -0700 Subject: RJIT: Implement --rjit-trace-exits --- tool/rjit/bindgen.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tool') diff --git a/tool/rjit/bindgen.rb b/tool/rjit/bindgen.rb index 2255400c9b..ec943505d9 100755 --- a/tool/rjit/bindgen.rb +++ b/tool/rjit/bindgen.rb @@ -512,6 +512,7 @@ generator = BindingGenerator.new( rjit_full_cfunc_return rjit_optimized_call rjit_str_neq_internal + rjit_record_exit_stack ], types: %w[ CALL_DATA -- cgit v1.2.1