Skip to content

Commit f7f4fd4

Browse files
committed
1 parent e8b7698 commit f7f4fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pcre/pcrelib/pcre_jit_compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7307,7 +7307,7 @@ if (opcode == OP_COND || opcode == OP_SCOND)
73077307

73087308
if (*matchingpath == OP_FAIL)
73097309
stacksize = 0;
7310-
if (*matchingpath == OP_RREF)
7310+
else if (*matchingpath == OP_RREF)
73117311
{
73127312
stacksize = GET2(matchingpath, 1);
73137313
if (common->currententry == NULL)

0 commit comments

Comments
 (0)