void _PR_ImplicitInitialization() { _PR_InitStuff(); /* Enable interrupts */ #ifndef _PR_GLOBAL_THREADS_ONLY _PR_MD_START_INTERRUPTS(); #endif }
void _PR_ImplicitInitialization(void) { _PR_InitStuff(); /* Enable interrupts */ #if !defined(_PR_PTHREADS) && !defined(_PR_GLOBAL_THREADS_ONLY) _PR_MD_START_INTERRUPTS(); #endif }