Skip to content

Commit 813aa7c

Browse files
committed
Fixed assertion
1 parent 24c6f80 commit 813aa7c

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
@@ -302,7 +302,7 @@ static int logical_immediate_p (uint64_t value, uint32_t reg_size)
302302
|.macro LOAD_TSRM_CACHE, reg
303303
| //.byte 0x4d, 0xd0, 0x3b, 0xd5 // TODO: hard-coded: mrs TMP3, tpidr_el0
304304
| .long 0xd53bd04d // TODO: hard-coded: mrs TMP3, tpidr_el0
305-
|| ZEND_ASSERT(tsrm_ls_cache_tcb_offset <= ADD_SUB_IMM);
305+
|| ZEND_ASSERT(tsrm_ls_cache_tcb_offset <= LDR_STR_PIMM64);
306306
| ldr reg, [TMP3, #tsrm_ls_cache_tcb_offset]
307307
|.endmacro
308308

0 commit comments

Comments
 (0)