Exemplo n.º 1
0
void system_reboot(void)
{
#ifdef HAVE_SDL_THREADS
    sim_thread_exception_wait();
#else
    sim_do_exit();
#endif
}
Exemplo n.º 2
0
void system_reboot(void)
{
    sim_thread_exception_wait();
}