mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Replace all __attribute__((aligned(x)) with aligned_data(x)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Gustavo Henrique Nihei
parent
9c3799f130
commit
b3f9ffbe72
@@ -184,7 +184,7 @@ struct xcptcontext
|
||||
|
||||
/* Register save area */
|
||||
|
||||
uint64_t regs[XCPTCONTEXT_REGS] __attribute__((aligned (16)));
|
||||
uint64_t regs[XCPTCONTEXT_REGS] aligned_data(16);
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user