arch: arc: fix the unaligned declaration of saved_value
the original declaration is not aligned to 4 bytes. Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
This commit is contained in:
parent
2a605ea226
commit
bcdfc9f1ac
1 changed files with 1 additions and 1 deletions
|
@ -40,8 +40,8 @@ GTEXT(_irq_do_offload);
|
|||
|
||||
GDATA(exc_nest_count)
|
||||
|
||||
.balign 4
|
||||
SECTION_VAR(BSS, saved_value)
|
||||
.balign 4
|
||||
.word 0
|
||||
|
||||
/* the necessary stack size for exception handling */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue