Example #1
0
void system_reboot(void)
{
#ifdef HAVE_SDL_THREADS
    sim_thread_exception_wait();
#else
    sim_do_exit();
#endif
}
Example #2
0
void system_reboot(void)
{
    sim_thread_exception_wait();
}