Skip to content

Commit e81b6bf

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: Fix typo
2 parents dd00e2f + 072dc3c commit e81b6bf

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
@@ -6440,7 +6440,7 @@ static const void *zend_jit_trace(zend_jit_trace_rec *trace_buffer, uint32_t par
64406440
ssa->var_info[ssa_op->op1_def].type &= ~MAY_BE_GUARD;
64416441
if (ra && ra[ssa_op->op1_def]) {
64426442
SET_STACK_REG_EX(stack, EX_VAR_TO_NUM(opline->op1.var), ra[ssa_op->op1_def]->reg,
6443-
ra[ssa_op->op1_def]->reg & ZREG_STORE);
6443+
ra[ssa_op->op1_def]->flags & ZREG_STORE);
64446444
}
64456445
}
64466446
if (type == IS_LONG

0 commit comments

Comments
 (0)