Skip to content

Commit 0bf2bfc

Browse files
committed
Fixed tracing JIT for CALL VM
1 parent 645ff9c commit 0bf2bfc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/opcache/jit/zend_jit_x86.dasc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2326,10 +2326,6 @@ static int zend_jit_hybrid_loop_trace_counter_stub(dasm_State **Dst)
23262326

23272327
static int zend_jit_trace_halt_stub(dasm_State **Dst)
23282328
{
2329-
if (zend_jit_vm_kind != ZEND_VM_KIND_HYBRID) {
2330-
return 1;
2331-
}
2332-
23332329
|->trace_halt:
23342330
if (zend_jit_vm_kind == ZEND_VM_KIND_HYBRID) {
23352331
| add r4, HYBRID_SPAD

0 commit comments

Comments
 (0)