!104 【轻量级 PR】:update kernel/user/src/los_user_init.c.

Merge pull request !104 from Ho Hang/N/A
This commit is contained in:
openharmony_ci 2021-03-30 10:30:29 +08:00 committed by Gitee
commit f2e1e18fb4
1 changed files with 1 additions and 1 deletions

View File

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