Skip to content

Commit d73829e

Browse files
committed
comment
1 parent fe910ad commit d73829e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_partial.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ static void zend_partial_init_call_trampoline_op(void) {
515515
tmp_op_array.opcodes[0].opcode = ZEND_CALL_PARTIAL;
516516
ZEND_VM_SET_OPCODE_HANDLER(&tmp_op_array.opcodes[0]);
517517

518+
// TODO: still needed?
518519
tmp_op_array.opcodes[1].opcode = ZEND_RETURN;
519520
tmp_op_array.opcodes[1].op1_type = IS_CONST;
520521
tmp_op_array.opcodes[1].op1.constant = tmp_op_array.last_literal++;

0 commit comments

Comments
 (0)