mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 15:54:43 +00:00
If the offset within the thread struct to the ARC arch-specific 'relinquish_cause' member is too large, ld_s instructions referencing it will not compile. This happens easily if CONFIG_THREAD_NAME reserves a name buffer within the thread struct, since all the arch-specific members come last. Use the regular 'ld' instruction instead. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
common | ||
nios2 | ||
posix | ||
riscv32 | ||
x86 | ||
x86_64 | ||
xtensa | ||
CMakeLists.txt | ||
Kconfig |