提交 6f92ee70 编写于 作者: H Haryslee

Fix the issue that interrupt vector array alignment

Change-Id: I3200eff0e5b048135cd05ffa4e7559633088dc03
上级 f2d61153
......@@ -58,7 +58,7 @@ LITE_OS_SEC_VEC
* @ingroup los_hwi
* hardware interrupt form mapping handling function array.
*/
STATIC HWI_PROC_FUNC g_hwiForm[OS_VECTOR_CNT] = {0};
STATIC HWI_PROC_FUNC __attribute__((aligned(0x100))) g_hwiForm[OS_VECTOR_CNT] = {0};
#if (OS_HWI_WITH_ARG == 1)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册