Skip to content

Commit a92022f

Browse files
committed
Fixed JIT
1 parent bb3d445 commit a92022f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_x86.dasc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8942,7 +8942,7 @@ static int zend_jit_send_ref(dasm_State **Dst, const zend_op *opline, const zend
89428942
}
89438943
| EMALLOC sizeof(zend_reference), op_array, opline
89448944
| mov dword [r0], 2
8945-
| mov dword [r0 + offsetof(zend_reference, gc.u.type_info)], IS_REFERENCE
8945+
| mov dword [r0 + offsetof(zend_reference, gc.u.type_info)], GC_REFERENCE
89468946
| mov aword [r0 + offsetof(zend_reference, sources.ptr)], 0
89478947
ref_addr = ZEND_ADDR_MEM_ZVAL(ZREG_R0, 8);
89488948
if (opline->op1_type == IS_VAR) {

0 commit comments

Comments
 (0)