Skip to content

Commit d20c849

Browse files
committed
Update according to IR changes
1 parent acda3af commit d20c849

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
@@ -2661,7 +2661,7 @@ static void zend_jit_init_ctx(zend_jit_ctx *jit, uint32_t flags)
26612661
#if defined (__CET__) && (__CET__ & 1) != 0
26622662
flags |= IR_GEN_ENDBR;
26632663
#endif
2664-
flags |= IR_OPT_FOLDING | IR_OPT_CFG | IR_OPT_CODEGEN | IR_HAS_CALLS;
2664+
flags |= IR_OPT_FOLDING | IR_OPT_CFG | IR_OPT_CODEGEN;
26652665

26662666
ir_init(&jit->ctx, flags, 256, 1024);
26672667
jit->ctx.ret_type = -1;

0 commit comments

Comments
 (0)