comparison packages/hal/common/current/src/stubrom/stubrom.c @ 101:c37d3a9e1b28 ecos-sw-2000-06-16

Merge from eCos master repository on 2000-06-16-07:47:03-BST
author jlarmour
date Fri, 16 Jun 2000 16:43:59 +0000
parents bf00f99aec69
children eb9fd8c04db3
comparison
equal deleted inserted replaced
100:991657282121 101:c37d3a9e1b28
44 44
45 #include <cyg/hal/hal_stub.h> 45 #include <cyg/hal/hal_stub.h>
46 46
47 void cyg_start (void) 47 void cyg_start (void)
48 { 48 {
49
50 initialize_stub(); 49 initialize_stub();
51 50
52 for(;;) breakpoint(); 51 for(;;) breakpoint();
53
54
55 } 52 }
56 53
57 // End of stubrom.c 54 // End of stubrom.c