summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'yjit_iface.h')
-rw-r--r--yjit_iface.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/yjit_iface.h b/yjit_iface.h
index eabaff1955..a7a89b7c1f 100644
--- a/yjit_iface.h
+++ b/yjit_iface.h
@@ -38,8 +38,9 @@ YJIT_DECLARE_COUNTERS(
oswb_cfunc_argc_mismatch,
oswb_cfunc_toomany_args,
oswb_iseq_tailcall,
- oswb_iseq_argc_mismatch,
- oswb_iseq_not_simple,
+ oswb_iseq_arity_error,
+ oswb_iseq_only_keywords,
+ oswb_iseq_complex_callee,
oswb_not_implemented_method,
oswb_getter_arity,
oswb_se_receiver_not_heap,