Lines 5913-5919
aarch64_expand_epilogue (bool for_sibcal
Link Here
|
5913 |
} |
5913 |
} |
5914 |
|
5914 |
|
5915 |
/* Stack adjustment for exception handler. */ |
5915 |
/* Stack adjustment for exception handler. */ |
5916 |
if (crtl->calls_eh_return) |
5916 |
if (crtl->calls_eh_return && !for_sibcall) |
5917 |
{ |
5917 |
{ |
5918 |
/* We need to unwind the stack by the offset computed by |
5918 |
/* We need to unwind the stack by the offset computed by |
5919 |
EH_RETURN_STACKADJ_RTX. We have already reset the CFA |
5919 |
EH_RETURN_STACKADJ_RTX. We have already reset the CFA |