!104 【轻量级 PR】:update kernel/user/src/los_user_init.c.
Merge pull request !104 from Ho Hang/N/A
This commit is contained in:
commit
f2e1e18fb4
|
@ -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) {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue