mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Update IR
IR commit: 81ccde4c3f41afb75723db2315403181e5e7cac1 Fixes JIT failures on ARM Linux
This commit is contained in:
@@ -922,7 +922,9 @@ binop_fp:
|
||||
return insn->op;
|
||||
}
|
||||
case IR_CALL:
|
||||
ctx->flags |= IR_USE_FRAME_POINTER;
|
||||
if (ctx->flags & IR_FUNCTION) {
|
||||
ctx->flags |= IR_USE_FRAME_POINTER;
|
||||
}
|
||||
ctx->flags2 |= IR_HAS_CALLS | IR_16B_FRAME_ALIGNMENT;
|
||||
return IR_CALL;
|
||||
case IR_VAR:
|
||||
|
||||
Reference in New Issue
Block a user