!406 修正最小编译时的错误

Merge pull request !406 from Caoruihong/qemu_mini
This commit is contained in:
openharmony_ci
2021-07-07 08:29:28 +00:00
committed by Gitee
11 changed files with 32 additions and 2 deletions

View File

@@ -1168,7 +1168,7 @@ __attribute__((noinline)) VOID LOS_Panic(const CHAR *fmt, ...)
}
/* stack protector */
UINT32 __stack_chk_guard = 0xd00a0dff;
USED UINT32 __stack_chk_guard = 0xd00a0dff;
VOID __stack_chk_fail(VOID)
{