Skip to content

Commit

Permalink
JIT: Wrong register
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Sep 27, 2021
1 parent b86fdf8 commit dbdef59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/opcache/jit/zend_jit_arm64.dasc
Original file line number Diff line number Diff line change
Expand Up @@ -12246,7 +12246,7 @@ static int zend_jit_fetch_obj(dasm_State **Dst,
if (type < IS_STRING) {
|1:
if (type_loaded) {
| IF_NOT_TYPE TMP2w, type, &exit_addr
| IF_NOT_TYPE REG2w, type, &exit_addr
} else {
| IF_NOT_ZVAL_TYPE val_addr, type, &exit_addr, ZREG_TMP1
}
Expand Down

0 comments on commit dbdef59

Please sign in to comment.