Fix merge into master

This commit is contained in:
Niels Dossche 2024-09-09 21:00:05 +02:00
parent 90b91d3974
commit 23db89538b
No known key found for this signature in database
GPG Key ID: B8A8AD166DF0E2E5

View File

@ -2541,7 +2541,7 @@ static int zend_jit(const zend_op_array *op_array, zend_ssa *ssa, const zend_op
case ZEND_MATCH:
/* We have to exit to the VM because the MATCH handler performs an N-way jump for
* which we can't generate simple (opcache.jit=1201) JIT code. */
if (!zend_jit_tail_handler(&dasm_state, opline)) {
if (!zend_jit_tail_handler(&ctx, opline)) {
goto jit_failure;
}
break;