Skip to content

Commit 5b33f81

Browse files
committed
revert changes to bundled libraries
1 parent eca7441 commit 5b33f81

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ext/pcre/pcre2lib/sljit/sljitNativeRISCV_common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2584,6 +2584,7 @@ static sljit_ins get_jump_instruction(sljit_s32 type)
25842584
case SLJIT_ORDERED_GREATER_EQUAL:
25852585
case SLJIT_ORDERED:
25862586
return BEQ | RS1(OTHER_FLAG) | RS2(TMP_ZERO);
2587+
break;
25872588
case SLJIT_GREATER_EQUAL:
25882589
case SLJIT_LESS_EQUAL:
25892590
case SLJIT_SIG_GREATER_EQUAL:

ext/uri/uriparser/src/UriParse.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ static const URI_CHAR * URI_FUNC(ParseIpFutLoop)(URI_TYPE(ParserState) * state,
366366

367367
default:
368368
goto done_looping;
369+
break;
369370
}
370371
}
371372

@@ -1017,6 +1018,7 @@ static const URI_CHAR * URI_FUNC(ParseOwnHostUserInfoNz)(URI_TYPE(ParserState) *
10171018

10181019
default:
10191020
goto done_looping;
1021+
break;
10201022
}
10211023
}
10221024

0 commit comments

Comments
 (0)