update kernel/user/src/los_user_init.c.

This commit is contained in:
Ho Hang
2021-03-29 13:15:03 +08:00
committed by Gitee
parent 7387d410bf
commit b9683cf2c8

View File

@@ -66,6 +66,6 @@ LITE_USER_SEC_ENTRY VOID OsUserInit(VOID *args)
#ifdef LOSCFG_KERNEL_DYNLOAD
sys_call3(__NR_execve, (UINTPTR)g_initPath, 0, 0);
#endif
while (1) {
while (true) {
}
}