mirror of
https://github.com/espressif/esp-idf
synced 2025-04-03 05:10:11 -04:00
Upstream xtensa exception handling will save PS, PC, and a0 registers together when saving a minimal context. This commit ppdates the xtensa exception handling to match upstream behavior.