Skip to content

Commit 8af4aae

Browse files
committed
Fix incorrect branch direction
1 parent 2137465 commit 8af4aae

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
@@ -11840,7 +11840,7 @@ static int zend_jit_fetch_obj(dasm_State **Dst,
1184011840
|1:
1184111841
| ldr TMP1w, [FCARG2x, #offsetof(zend_property_info, flags)]
1184211842
| tst TMP1w, #ZEND_ACC_READONLY
11843-
| bne >3
11843+
| beq >3
1184411844
| IF_NOT_TYPE REG2w, IS_OBJECT_EX, >2
1184511845
| GET_Z_PTR REG2, FCARG1x
1184611846
| GC_ADDREF REG2, TMP1w

0 commit comments

Comments
 (0)