File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13688,7 +13688,7 @@ static int zend_jit_assign_obj_op(dasm_State **Dst,
13688
13688
| cmp r2, aword [FCARG1a + offsetof(zend_object, ce)]
13689
13689
| jne >7
13690
13690
if (!ce || ce_is_instanceof || (ce->ce_flags & ZEND_ACC_HAS_TYPE_HINTS)) {
13691
- | cmp aword [r0 + (( opline+1)->extended_value & ~ZEND_FETCH_OBJ_FLAGS) + sizeof(void*) * 2], 0
13691
+ | cmp aword [r0 + (opline+1)->extended_value + sizeof(void*) * 2], 0
13692
13692
| jnz >7
13693
13693
}
13694
13694
| mov r0, aword [r0 + (opline+1)->extended_value + sizeof(void*)]
@@ -14020,7 +14020,7 @@ static int zend_jit_assign_obj(dasm_State **Dst,
14020
14020
| cmp r2, aword [FCARG1a + offsetof(zend_object, ce)]
14021
14021
| jne >5
14022
14022
if (!ce || ce_is_instanceof || (ce->ce_flags & ZEND_ACC_HAS_TYPE_HINTS)) {
14023
- | mov FCARG2a, aword [r0 + ( opline->extended_value & ~ZEND_FETCH_OBJ_FLAGS) + sizeof(void*) * 2]
14023
+ | mov FCARG2a, aword [r0 + opline->extended_value + sizeof(void*) * 2]
14024
14024
}
14025
14025
| mov r0, aword [r0 + opline->extended_value + sizeof(void*)]
14026
14026
| test r0, r0
You can’t perform that action at this time.
0 commit comments