update kernel/user/src/los_user_init.c.
This commit is contained in:
parent
7387d410bf
commit
b9683cf2c8
|
@ -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) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue