mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
opcache: fix syntax error introduced in 261a08af65 (#9821)
This commit is contained in:
@@ -11545,7 +11545,7 @@ static int zend_jit_fetch_dim(dasm_State **Dst,
|
||||
|.cold_code
|
||||
|2:
|
||||
| SET_EX_OPLINE opline, REG0
|
||||
if (if (opline->opcode != ZEND_FETCH_DIM_RW) {
|
||||
if (opline->opcode != ZEND_FETCH_DIM_RW) {
|
||||
| EXT_CALL zend_jit_prepare_assign_dim_ref, REG0
|
||||
}
|
||||
| mov FCARG1x, RETVALx
|
||||
|
||||
Reference in New Issue
Block a user