Skip to content

Commit

Permalink
fixup! OP_REFI fixes for jit
Browse files Browse the repository at this point in the history
  • Loading branch information
carenas committed Oct 7, 2024
1 parent 4ca51ec commit ac76507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pcre2_jit_compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -1189,6 +1189,7 @@ while (cc < ccend)
common->ovector_start += 3 * sizeof(sljit_sw);
}
#endif /* SUPPORT_UNICODE */
/* fallthrough */
case OP_DNREF:
case OP_DNCREF:
count = GET2(cc, 1 + IMM2_SIZE);
Expand Down

0 comments on commit ac76507

Please sign in to comment.