Skip to content

Commit 487efac

Browse files
committed
Fixed ARM JIT failure introduced in d4ed6b6
1 parent 7fcb45d commit 487efac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/opcache/jit/zend_jit_arm64.dasc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8479,6 +8479,8 @@ static int zend_jit_init_fcall(dasm_State **Dst, const zend_op *opline, uint32_t
84798479
} else {
84808480
ZEND_UNREACHABLE();
84818481
}
8482+
| // Get the return value of function zend_jit_find_func_helper/zend_jit_find_ns_func_helper
8483+
| mov REG0, RETVALx
84828484
if (JIT_G(trigger) == ZEND_JIT_ON_HOT_TRACE) {
84838485
int32_t exit_point = zend_jit_trace_get_exit_point(opline, 0);
84848486
const void *exit_addr = zend_jit_trace_get_exit_addr(exit_point);

0 commit comments

Comments
 (0)