Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_xtensa_panic clobbers the exception code #574

Closed
yamt opened this issue Mar 16, 2020 · 0 comments · Fixed by #5729
Closed

_xtensa_panic clobbers the exception code #574

yamt opened this issue Mar 16, 2020 · 0 comments · Fixed by #5729
Assignees
Labels
bug Something isn't working

Comments

@yamt
Copy link
Contributor

yamt commented Mar 16, 2020

_xtensa_panic saves the exception code in EXCSAVE_1 and then calls _xtensa_context_save, which uses EXCSAVE_1 for its own purpose and thus clobbers the saved exception code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants