mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 18:55:22 +00:00
In the code path for nested interrupts, we are not saving RBX, yet the assembly code is using it as a storage location for the ISR. Use RAX. It is backed up in both the nested and non-nested cases, and the ASM code is not currently using it at that point. Fixes: #29594 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
common | ||
nios2 | ||
posix | ||
riscv | ||
x86 | ||
xtensa | ||
CMakeLists.txt | ||
Kconfig |