Changeset 1668178 in rtems for c/src/lib/libbsp/arm/armulator/startup/bspstart.c
- Timestamp:
- 12/06/00 15:35:55 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 516d808b
- Parents:
- 229df48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/armulator/startup/bspstart.c
r229df48 r1668178 61 61 void *heapStart = &HeapBase; 62 62 unsigned long heapSize = (unsigned long)&HeapSize; 63 unsigned long ramSpace;64 63 65 64 bsp_libc_init(heapStart, heapSize, 0); … … 79 78 void bsp_start( void ) 80 79 { 81 extern int _end;82 80 extern int WorkspaceBase; 81 void initialize_monitor_handles(void); 83 82 84 83 initialize_monitor_handles();
Note: See TracChangeset
for help on using the changeset viewer.