Skip to content

Commit 92d0abd

Browse files
committed
Fixed typo
1 parent 67131e4 commit 92d0abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_x86.dasc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4902,7 +4902,7 @@ static int zend_jit_add_arrays(dasm_State **Dst, const zend_op *opline, uint32_t
49024902
} else {
49034903
| GET_ZVAL_LVAL ZREG_R0, op2_addr
49044904
| GET_ZVAL_LVAL ZREG_FCARG1, op1_addr
4905-
| mov FCARG1a, r0
4905+
| mov FCARG2a, r0
49064906
}
49074907
| EXT_CALL zend_jit_add_arrays_helper, r0
49084908
| SET_ZVAL_PTR res_addr, r0

0 commit comments

Comments
 (0)