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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user