Skip to content

Commit

Permalink
JIT: Removed wrong branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Sep 17, 2021
1 parent 28f2b72 commit 5a1ab2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/opcache/jit/zend_jit_arm64.dasc
Original file line number Diff line number Diff line change
Expand Up @@ -5117,7 +5117,6 @@ static int zend_jit_fetch_dimension_address_inner(dasm_State **Dst, const zend_o
| SET_EX_OPLINE opline, REG0
| EXT_CALL zend_jit_hash_index_lookup_rw, REG0
| mov REG0, RETVALx
| cbz REG0, >9
if (not_found_exit_addr) {
if (packed_loaded) {
| cbnz REG0, >8
Expand Down

0 comments on commit 5a1ab2c

Please sign in to comment.