Skip to content

Commit f9d56bd

Browse files
committed
Fix typo
1 parent 034b471 commit f9d56bd

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
@@ -11107,7 +11107,7 @@ static int zend_jit_fetch_dim(dasm_State **Dst,
1110711107
|3:
1110811108
| SEPARATE_ARRAY op1_addr, op1_info, 1, ZREG_TMP1, ZREG_TMP2
1110911109
}
11110-
if (op1_info & (MAY_BE_UNDEF|MAY_BE_NULL) {
11110+
if (op1_info & (MAY_BE_UNDEF|MAY_BE_NULL)) {
1111111111
if (op1_info & MAY_BE_ARRAY) {
1111211112
|.cold_code
1111311113
|7:

0 commit comments

Comments
 (0)