Skip to content

Commit d31339f

Browse files
committed
Fix x32
1 parent 23a1cb4 commit d31339f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_ir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12170,7 +12170,7 @@ static int zend_jit_fetch_dimension_address_inner(zend_jit_ctx *jit,
1217012170
if (GCC_GLOBAL_REGS) {
1217112171
ir_CALL_1(IR_VOID, ir_CONST_FC_FUNC(zend_jit_undefined_long_key_ex), h);
1217212172
} else {
12173-
ir_CALL_3(IR_VOID, ir_CONST_FC_FUNC(zend_jit_undefined_long_key_ex), h, jit_FP(jit), jit_IP(jit));
12173+
ir_CALL_2(IR_VOID, ir_CONST_FC_FUNC(zend_jit_undefined_long_key_ex), h, jit_FP(jit));
1217412174
}
1217512175
} else {
1217612176
ir_CALL(IR_VOID, jit_STUB_FUNC_ADDR(jit, jit_stub_undefined_offset, IR_FASTCALL_FUNC));

0 commit comments

Comments
 (0)