arm64: Remove __packed from ESF
Packing the ESF is actually wrong, remove the attribute. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
1323b1ac60
commit
44dd4114db
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ struct __esf {
|
|||
#ifdef CONFIG_ARM64_SAFE_EXCEPTION_STACK
|
||||
uint64_t sp;
|
||||
#endif
|
||||
} __packed __aligned(16);
|
||||
} __aligned(16);
|
||||
|
||||
typedef struct __esf z_arch_esf_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue