Skip to content

Commit ee08686

Browse files
committed
Fixed JIT failure on Zend/tests/bug43175.phpt ZTS build, CALL VM.
1 parent fd3f247 commit ee08686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_arm64.dasc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ static int logical_immediate_p (uint64_t value, uint32_t reg_size)
643643
| SAFE_MEM_ACC_WITH_UOFFSET ldr, IP, IP, (struct.._offset+offsetof(zend_..struct, field)), tmp_reg
644644
|| } else {
645645
| LOAD_TSRM_CACHE RX
646-
| SAFE_MEM_ACC_WITH_UOFFSET ldr, RX, RX, (struct.._offset+offsetof(zend_..struct, field)), tmp_reg
646+
| add RX, RX, #(struct.._offset+offsetof(zend_..struct, field))
647647
| str RX, EX->opline
648648
|| }
649649
| .else

0 commit comments

Comments
 (0)