| 6145 |
common->currententry = common->currententry->next; |
common->currententry = common->currententry->next; |
| 6146 |
} |
} |
| 6147 |
|
|
| 6148 |
/* Allocating stack, returns with PCRE_ERROR_NOMEMORY if fails. */ |
/* Allocating stack, returns with PCRE_ERROR_JIT_STACKLIMIT if fails. */ |
| 6149 |
/* This is a (really) rare case. */ |
/* This is a (really) rare case. */ |
| 6150 |
set_jumps(common->stackalloc, LABEL()); |
set_jumps(common->stackalloc, LABEL()); |
| 6151 |
/* RETURN_ADDR is not a saved register. */ |
/* RETURN_ADDR is not a saved register. */ |
| 6168 |
/* Allocation failed. */ |
/* Allocation failed. */ |
| 6169 |
JUMPHERE(alloc_error); |
JUMPHERE(alloc_error); |
| 6170 |
/* We break the return address cache here, but this is a really rare case. */ |
/* We break the return address cache here, but this is a really rare case. */ |
| 6171 |
OP1(SLJIT_MOV, MAX_INDEX, 0, SLJIT_IMM, PCRE_ERROR_NOMEMORY); |
OP1(SLJIT_MOV, MAX_INDEX, 0, SLJIT_IMM, PCRE_ERROR_JIT_STACKLIMIT); |
| 6172 |
JUMPTO(SLJIT_JUMP, leave); |
JUMPTO(SLJIT_JUMP, leave); |
| 6173 |
|
|
| 6174 |
if (common->revertframes != NULL) |
if (common->revertframes != NULL) |