From 8c69cf00751be3b67a0a648edfff509af87fc5af Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 9 Dec 2024 18:14:32 +0300 Subject: [PATCH] typo --- ext/opcache/jit/zend_jit_ir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/opcache/jit/zend_jit_ir.c b/ext/opcache/jit/zend_jit_ir.c index 3eca617941ade..ab183e44115b1 100644 --- a/ext/opcache/jit/zend_jit_ir.c +++ b/ext/opcache/jit/zend_jit_ir.c @@ -10409,7 +10409,7 @@ static int zend_jit_do_fcall(zend_jit_ctx *jit, const zend_op *opline, const zen if (!jit->ctx.fixed_call_stack_size) { sp = ir_RLOAD_A(IR_REG_SP); } else { -#ifdef _WIN32 +#ifdef _WIN64 sp = jit_ADD_OFFSET(jit, ir_RLOAD_A(IR_REG_SP), IR_SHADOW_ARGS); #else sp = ir_RLOAD_A(IR_REG_SP);