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 @@ -1796,7 +1796,7 @@ static int zend_jit_exception_handler_stub(dasm_State **Dst)
1796
1796
if (GCC_GLOBAL_REGS) {
1797
1797
| add r4, SPAD // stack alignment
1798
1798
| EXT_JMP handler, r0
1799
- } else if (JIT_G(trigger) == ZEND_JIT_ON_HOT_TRACE) {
1799
+ } else {
1800
1800
| mov FCARG1a, FP
1801
1801
| EXT_CALL handler, r0
1802
1802
| mov FP, aword T2 // restore FP
@@ -1807,12 +1807,6 @@ static int zend_jit_exception_handler_stub(dasm_State **Dst)
1807
1807
| mov r0, 1 // ZEND_VM_ENTER
1808
1808
|1:
1809
1809
| ret
1810
- } else {
1811
- | mov FCARG1a, FP
1812
- | mov FP, aword T2 // restore FP
1813
- | mov RX, aword T3 // restore IP
1814
- | add r4, NR_SPAD // stack alignment
1815
- | EXT_JMP handler, r0
1816
1810
}
1817
1811
}
1818
1812
You can’t perform that action at this time.
0 commit comments