SIM: Clean up some comments
This commit is contained in:
parent
526c90986a
commit
de885064d2
|
@ -133,11 +133,11 @@ static void *sim_cpu0_trampoline(void *arg)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
/* Give control to os_start */
|
||||
/* Give control to os_start() */
|
||||
|
||||
os_start();
|
||||
|
||||
/* The os_start() should not return */
|
||||
/* os_start() should not return */
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue