Skip to content

Commit b85a4a3

Browse files
committed
Fix comment
1 parent 4ce43ed commit b85a4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_ir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2658,7 +2658,7 @@ static void zend_jit_init_ctx(zend_jit_ctx *jit, uint32_t flags)
26582658
#endif
26592659
/* JIT-ed code is called only from execute_ex, which takes care
26602660
* of saving ZREG_FP, ZREG_IP when GCC_GLOBAL_REGS is 1, so we don't
2661-
* have to save them. When GCC_GLOBAL_REGS is 1, always save them.
2661+
* have to save them.
26622662
*/
26632663
if (GCC_GLOBAL_REGS) {
26642664
jit->ctx.fixed_save_regset = IR_REGSET_PRESERVED & ~((1<<ZREG_FP) | (1<<ZREG_IP));

0 commit comments

Comments
 (0)