1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Update according to IR changes

This commit is contained in:
Dmitry Stogov
2023-11-22 12:13:29 +03:00
parent acda3af045
commit d20c8496e9

View File

@@ -2661,7 +2661,7 @@ static void zend_jit_init_ctx(zend_jit_ctx *jit, uint32_t flags)
#if defined (__CET__) && (__CET__ & 1) != 0
flags |= IR_GEN_ENDBR;
#endif
flags |= IR_OPT_FOLDING | IR_OPT_CFG | IR_OPT_CODEGEN | IR_HAS_CALLS;
flags |= IR_OPT_FOLDING | IR_OPT_CFG | IR_OPT_CODEGEN;
ir_init(&jit->ctx, flags, 256, 1024);
jit->ctx.ret_type = -1;