]> granicus.if.org Git - php/commitdiff
Fix Windows build
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 29 May 2020 10:58:31 +0000 (12:58 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 29 May 2020 10:58:31 +0000 (12:58 +0200)
ext/opcache/jit/zend_jit_vm_helpers.c

index db530cf3ef508b144c9fb06433a490aec9d767e6..770251e0faad7a78cf8d23fad251e2ea7b92ae18 100644 (file)
@@ -690,7 +690,7 @@ zend_jit_trace_stop ZEND_FASTCALL zend_jit_trace_execute(zend_execute_data *ex,
                rc = handler(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);
                if (rc != 0) {
                        if (rc < 0) {
-                               stop = ZEND_JIT_TRACE_STOP_RETRUN_HALT;
+                               stop = ZEND_JIT_TRACE_STOP_RETURN_HALT;
                                break;
                        }
                        execute_data = EG(current_execute_data);