summaryrefslogtreecommitdiff
path: root/rjit_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'rjit_c.h')
-rw-r--r--rjit_c.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rjit_c.h b/rjit_c.h
index 5756ec19ef..84b86734ef 100644
--- a/rjit_c.h
+++ b/rjit_c.h
@@ -78,6 +78,7 @@ RJIT_RUNTIME_COUNTERS(
send_iseq_kwargs_mismatch,
send_iseq_splat_with_kw,
send_iseq_splat_arity_error,
+ send_iseq_has_rest_and_splat_not_equal,
send_cfunc_variadic,
send_cfunc_too_many_args,
@@ -156,6 +157,8 @@ RJIT_RUNTIME_COUNTERS(
getblockpp_not_gc_guarded,
getblockpp_not_iseq_block,
+ leave_start_pc_non_zero,
+
compiled_block_count
)
#undef RJIT_RUNTIME_COUNTERS