Skip to content

Commit 83ccc97

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: Update IR
2 parents 58981ad + 1302b9f commit 83ccc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/ir/ir_aarch64.dasc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4457,7 +4457,7 @@ static void ir_emit_va_arg(ir_ctx *ctx, ir_ref def, ir_insn *insn)
44574457
} else {
44584458
IR_ASSERT(ir_rule(ctx, insn->op2) == IR_STATIC_ALLOCA);
44594459
op2_reg = (ctx->flags & IR_USE_FRAME_POINTER) ? IR_REG_FRAME_POINTER : IR_REG_STACK_POINTER;
4460-
offset = ir_local_offset(ct, &ctx->ir_base[insn->op2]);
4460+
offset = ir_local_offset(ctx, &ctx->ir_base[insn->op2]);
44614461
}
44624462
| ldr Rx(tmp_reg), [Rx(op2_reg), #offset]
44634463
ir_emit_load_mem(ctx, type, def_reg, IR_MEM_BO(tmp_reg, 0));

0 commit comments

Comments
 (0)