Skip to content

Commit af75eaf

Browse files
authored
opcache: fix syntax error introduced in 261a08a (#9821)
1 parent b4fb664 commit af75eaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_arm64.dasc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11545,7 +11545,7 @@ static int zend_jit_fetch_dim(dasm_State **Dst,
1154511545
|.cold_code
1154611546
|2:
1154711547
| SET_EX_OPLINE opline, REG0
11548-
if (if (opline->opcode != ZEND_FETCH_DIM_RW) {
11548+
if (opline->opcode != ZEND_FETCH_DIM_RW) {
1154911549
| EXT_CALL zend_jit_prepare_assign_dim_ref, REG0
1155011550
}
1155111551
| mov FCARG1x, RETVALx

0 commit comments

Comments
 (0)