Skip to content

Commit 65cfe87

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Fix typo
2 parents c417990 + 5cfec7e commit 65cfe87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_trace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6415,7 +6415,7 @@ static const void *zend_jit_trace(zend_jit_trace_rec *trace_buffer, uint32_t par
64156415
ssa->var_info[ssa_op->op1_def].type &= ~MAY_BE_GUARD;
64166416
if (ra && ra[ssa_op->op1_def]) {
64176417
SET_STACK_REG_EX(stack, EX_VAR_TO_NUM(opline->op1.var), ra[ssa_op->op1_def]->reg,
6418-
ra[ssa_op->op1_def]->reg & ZREG_STORE);
6418+
ra[ssa_op->op1_def]->flags & ZREG_STORE);
64196419
}
64206420
}
64216421
if (type == IS_LONG

0 commit comments

Comments
 (0)