File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -956,6 +956,8 @@ S_unexpected_non_continuation_text(pTHX_ const U8 * const s,
956956 /* How many bytes should there be? */
957957 const STRLEN expect_len )
958958{
959+ PERL_ARGS_ASSERT_UNEXPECTED_NON_CONTINUATION_TEXT ;
960+
959961 /* Return the malformation warning text for an unexpected continuation
960962 * byte. */
961963
@@ -966,8 +968,6 @@ S_unexpected_non_continuation_text(pTHX_ const U8 * const s,
966968 const U8 * x = s + non_cont_byte_pos ;
967969 const U8 * e = s + print_len ;
968970
969- PERL_ARGS_ASSERT_UNEXPECTED_NON_CONTINUATION_TEXT ;
970-
971971 /* We don't need to pass this parameter, but since it has already been
972972 * calculated, it's likely faster to pass it; verify under DEBUGGING */
973973 assert (expect_len == UTF8SKIP (s ));
You can’t perform that action at this time.
0 commit comments