Skip to content

Commit 36175b3

Browse files
committed
Fixed wrong parameteris order
1 parent 40ef319 commit 36175b3

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
@@ -4559,7 +4559,7 @@ static int zend_jit_assign_to_variable(dasm_State **Dst,
45594559
| jnz >4
45604560
}
45614561
| mov aword T1, r0 // save
4562-
if (!zend_jit_simple_assign(Dst, opline, op_array, ssa, var_addr, var_def_info, var_info, val_type, val, val_addr, val_info, res_addr, in_cold)) {
4562+
if (!zend_jit_simple_assign(Dst, opline, op_array, ssa, var_addr, var_info, var_def_info, val_type, val, val_addr, val_info, res_addr, in_cold)) {
45634563
return 0;
45644564
}
45654565
| mov FCARG1a, aword T1 // restore

0 commit comments

Comments
 (0)