commit | 89250adea6429ed89b1407660c4b05cd585fc203 | [log] [tgz] |
---|---|---|
author | Jimmy Zheng <jimmyzhe@andestech.com> | Tue Jul 23 17:43:13 2024 +0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Jul 27 10:42:03 2024 +0300 |
tree | 5b723ed2483d4f706affe89b9c7723bc8a0925e4 | |
parent | a7c8ce52f5c0d836a71a21b5830128093996fada [diff] |
drivers: interrupt_controller: intc_nuclei_eclic: fixed $ra polluted Both $ra and $t2 are caller-saved registers and may be modified in ISR callback. Save $ra to stack to follow the calling convention. Signed-off-by: Jimmy Zheng <jimmyzhe@andestech.com>