From 08413f982cc35cbc7692616dd11ae9bf33de42df Mon Sep 17 00:00:00 2001 From: Jimmy Miller Date: Thu, 13 Apr 2023 19:21:02 -0400 Subject: YJIT: Add support for rest with option and splat args (#7698) --- yjit/src/stats.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yjit/src/stats.rs') diff --git a/yjit/src/stats.rs b/yjit/src/stats.rs index d78baa3fad..51ea050c23 100644 --- a/yjit/src/stats.rs +++ b/yjit/src/stats.rs @@ -277,7 +277,7 @@ make_counters! { send_iseq_has_rest_and_captured, send_iseq_has_rest_and_send, send_iseq_has_rest_and_kw_supplied, - send_iseq_has_rest_and_optional, + send_iseq_has_rest_opt_and_block, send_iseq_has_rest_and_splat_not_equal, send_is_a_class_mismatch, send_instance_of_class_mismatch, -- cgit v1.2.1