Skip to content

Commit 23db895

Browse files
committed
Fix merge into master
1 parent 90b91d3 commit 23db895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2541,7 +2541,7 @@ static int zend_jit(const zend_op_array *op_array, zend_ssa *ssa, const zend_op
25412541
case ZEND_MATCH:
25422542
/* We have to exit to the VM because the MATCH handler performs an N-way jump for
25432543
* which we can't generate simple (opcache.jit=1201) JIT code. */
2544-
if (!zend_jit_tail_handler(&dasm_state, opline)) {
2544+
if (!zend_jit_tail_handler(&ctx, opline)) {
25452545
goto jit_failure;
25462546
}
25472547
break;

0 commit comments

Comments
 (0)