mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Update IR
IR commit: 81ccde4c3f41afb75723db2315403181e5e7cac1 Fixes JIT failures on ARM Linux
This commit is contained in:
parent
bedafdcf4a
commit
a2e924e582
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue