comparison packages/kernel/current/tests/clock0.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
comparison
equal deleted inserted replaced
129:605a0fc6f385 130:eb9fd8c04db3
256 } 256 }
257 257
258 externC void 258 externC void
259 cyg_start( void ) 259 cyg_start( void )
260 { 260 {
261 #ifdef CYGSEM_HAL_STOP_CONSTRUCTORS_ON_FLAG
262 cyg_hal_invoke_constructors();
263 #endif
261 clock0_main(); 264 clock0_main();
262 } 265 }
263 266
264 #else // def CYGVAR_KERNEL_COUNTERS_CLOCK 267 #else // def CYGVAR_KERNEL_COUNTERS_CLOCK
265 268