Skip to content

Commit 7977cd1

Browse files
committed
Fixed comment
1 parent 71f4826 commit 7977cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ typedef struct _zend_jit_trace_rec {
272272
union {
273273
uint8_t recursive; /* part of recursive return sequence for ZEND_JIT_TRACE_BACK */
274274
int8_t return_value_used; /* for ZEND_JIT_TRACE_ENTER */
275-
uint8_t fake; /* for ZEND_JIT_TRACE_INIT_FCALL */
275+
uint8_t fake; /* for ZEND_JIT_TRACE_INIT_CALL */
276276
};
277277
uint8_t first_ssa_var; /* may be used for ZEND_JIT_TRACE_ENTER and ZEND_JIT_TRACE_BACK */
278278
};

0 commit comments

Comments
 (0)