chiark / gitweb /
Use unlimited rather than hard
[pcre3.git] / pcre_jit_compile.c
index 4f15a27ac28172ba90d119b4721e6ea854721d06..70f07c23803d51d78f623bb1e92139c47987f9b4 100644 (file)
@@ -8111,7 +8111,7 @@ if (opcode == OP_COND || opcode == OP_SCOND)
 
     if (*matchingpath == OP_FAIL)
       stacksize = 0;
-    if (*matchingpath == OP_RREF)
+    else if (*matchingpath == OP_RREF)
       {
       stacksize = GET2(matchingpath, 1);
       if (common->currententry == NULL)