Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ext/opcache/jit/zend_jit_arm64.dasc
Original file line number Diff line number Diff line change
Expand Up @@ -14557,8 +14557,6 @@ static int zend_jit_fe_fetch(dasm_State **Dst, const zend_op *opline, uint32_t o
if (exit_addr) {
if (exit_opcode == ZEND_JMP) {
| b &exit_addr
} else {
| b >3
}
} else {
| b =>target_label
Expand Down
2 changes: 0 additions & 2 deletions ext/opcache/jit/zend_jit_x86.dasc
Original file line number Diff line number Diff line change
Expand Up @@ -15506,8 +15506,6 @@ static int zend_jit_fe_fetch(dasm_State **Dst, const zend_op *opline, uint32_t o
if (exit_addr) {
if (exit_opcode == ZEND_JMP) {
| jmp &exit_addr
} else {
| jmp >3
}
} else {
| jmp =>target_label
Expand Down