Skip to content

Commit ec3ee1f

Browse files
committed
Fix Windows build
1 parent 8e8c5a7 commit ec3ee1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_vm_helpers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ zend_jit_trace_stop ZEND_FASTCALL zend_jit_trace_execute(zend_execute_data *ex,
690690
rc = handler(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
691691
if (rc != 0) {
692692
if (rc < 0) {
693-
stop = ZEND_JIT_TRACE_STOP_RETRUN_HALT;
693+
stop = ZEND_JIT_TRACE_STOP_RETURN_HALT;
694694
break;
695695
}
696696
execute_data = EG(current_execute_data);

0 commit comments

Comments
 (0)