Skip to content

Commit d9f612f

Browse files
committed
Use TST_32_WITH_CONST macro
1 parent 6be2a1d commit d9f612f

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
@@ -3554,7 +3554,7 @@ static int zend_jit_free_trampoline(dasm_State **Dst)
35543554
{
35553555
| // if (UNEXPECTED(func->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE))
35563556
| ldr TMP1w, [REG0, #offsetof(zend_function, common.fn_flags)]
3557-
| tst TMP1w, #ZEND_ACC_CALL_VIA_TRAMPOLINE
3557+
| TST_32_WITH_CONST TMP1w, ZEND_ACC_CALL_VIA_TRAMPOLINE, TMP2w
35583558
| beq >1
35593559
| mov FCARG1x, REG0
35603560
| EXT_CALL zend_jit_free_trampoline_helper, REG0

0 commit comments

Comments
 (0)