1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 05:32:28 +02:00

Fixed tracing JIT for CALL VM

This commit is contained in:
Dmitry Stogov
2020-05-27 17:05:06 +03:00
parent 645ff9c8f6
commit 0bf2bfcf8d

View File

@@ -2326,10 +2326,6 @@ static int zend_jit_hybrid_loop_trace_counter_stub(dasm_State **Dst)
static int zend_jit_trace_halt_stub(dasm_State **Dst)
{
if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID) {
return 1;
}
|->trace_halt:
if (zend_jit_vm_kind == ZEND_VM_KIND_HYBRID) {
| add r4, HYBRID_SPAD