Skip to content

Commit 072dc3c

Browse files
committed
Fix typo
1 parent ed652a5 commit 072dc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_trace.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -6146,7 +6146,7 @@ static const void *zend_jit_trace(zend_jit_trace_rec *trace_buffer, uint32_t par
61466146
ssa->var_info[ssa_op->op1_def].type &= ~MAY_BE_GUARD;
61476147
if (ra && ra[ssa_op->op1_def]) {
61486148
SET_STACK_REG_EX(stack, EX_VAR_TO_NUM(opline->op1.var), ra[ssa_op->op1_def]->reg,
6149-
ra[ssa_op->op1_def]->reg & ZREG_STORE);
6149+
ra[ssa_op->op1_def]->flags & ZREG_STORE);
61506150
}
61516151
}
61526152
if (type == IS_LONG

0 commit comments

Comments
 (0)