arc: fix build failure missing arc_exc_saved_sp
Instantiate this in C domain instead. Fixes: #15035 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
9bfc1eb8a6
commit
b4987a2c57
2 changed files with 1 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
|||
#include <exc_handle.h>
|
||||
#include <logging/log_ctrl.h>
|
||||
|
||||
extern u32_t arc_exc_saved_sp;
|
||||
u32_t arc_exc_saved_sp;
|
||||
|
||||
#ifdef CONFIG_USERSPACE
|
||||
Z_EXC_DECLARE(z_arch_user_string_nlen);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue