diff packages/kernel/current/tests/philo.cxx @ 130:eb9fd8c04db3 ecos-sw-2000-10-23

Merge from eCos master repository on 2000-10-23-17:01:37-BST
author jlarmour
date Mon, 23 Oct 2000 17:10:57 +0000
parents bf00f99aec69
children e0c0827131d1
line wrap: on
line diff
--- a/packages/kernel/current/tests/philo.cxx
+++ b/packages/kernel/current/tests/philo.cxx
@@ -195,6 +195,9 @@ void Philosopher( CYG_ADDRESS id )
 externC void
 cyg_start( void )
 {
+#ifdef CYGSEM_HAL_STOP_CONSTRUCTORS_ON_FLAG
+    cyg_hal_invoke_constructors();
+#endif
     diag_init();
 
     diag_write_string("Philosophers\n");