File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -1743,7 +1743,7 @@ static int zend_jit_exception_handler_stub(dasm_State **Dst)
1743
1743
if (GCC_GLOBAL_REGS) {
1744
1744
| add r4, SPAD // stack alignment
1745
1745
| EXT_JMP handler, r0
1746
- } else if (JIT_G(trigger) == ZEND_JIT_ON_HOT_TRACE) {
1746
+ } else {
1747
1747
| mov FCARG1a, FP
1748
1748
| EXT_CALL handler, r0
1749
1749
| mov FP, aword T2 // restore FP
@@ -1754,12 +1754,6 @@ static int zend_jit_exception_handler_stub(dasm_State **Dst)
1754
1754
| mov r0, 1 // ZEND_VM_ENTER
1755
1755
|1:
1756
1756
| ret
1757
- } else {
1758
- | mov FCARG1a, FP
1759
- | mov FP, aword T2 // restore FP
1760
- | mov RX, aword T3 // restore IP
1761
- | add r4, NR_SPAD // stack alignment
1762
- | EXT_JMP handler, r0
1763
1757
}
1764
1758
}
1765
1759
You can’t perform that action at this time.
0 commit comments