summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index 56a9e1a88a..b68f824a29 100644
--- a/compile.c
+++ b/compile.c
@@ -1510,7 +1510,7 @@ iseq_calc_param_size(rb_iseq_t *iseq)
body->param.size = body->param.lead_num + body->param.opt_num;
}
else {
- rb_bug("unreachable");
+ UNREACHABLE;
}
}
else {