Skip to content

Commit 8c69cf0

Browse files
committed
typo
1 parent 2167986 commit 8c69cf0

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
@@ -10409,7 +10409,7 @@ static int zend_jit_do_fcall(zend_jit_ctx *jit, const zend_op *opline, const zen
1040910409
if (!jit->ctx.fixed_call_stack_size) {
1041010410
sp = ir_RLOAD_A(IR_REG_SP);
1041110411
} else {
10412-
#ifdef _WIN32
10412+
#ifdef _WIN64
1041310413
sp = jit_ADD_OFFSET(jit, ir_RLOAD_A(IR_REG_SP), IR_SHADOW_ARGS);
1041410414
#else
1041510415
sp = ir_RLOAD_A(IR_REG_SP);

0 commit comments

Comments
 (0)