arch: arm: Fix build warning
Change fixes a build warning related to attribute ignored in declaration of struct. The __packed attribute is removed. Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
This commit is contained in:
parent
4084242a71
commit
94cc9a9bdb
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ struct _thread_arch {
|
|||
uint32_t mode;
|
||||
|
||||
#if defined(CONFIG_ARM_STORE_EXC_RETURN)
|
||||
__packed struct {
|
||||
struct {
|
||||
uint8_t mode_bits;
|
||||
uint8_t mode_exc_return;
|
||||
uint16_t mode_reserved2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue