Changeset d0f426a1 in rtems for c/src/ada-tests/support
- Timestamp:
- Jun 3, 1997, 12:34:04 AM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a6b44a8a
- Parents:
- 7e3dcbc
- Location:
- c/src/ada-tests/support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ada-tests/support/init.c
r7e3dcbc rd0f426a1 11 11 */ 12 12 13 #define __RTEMS_VIOLATE_KERNEL_VISIBILITY__ 13 14 #include <bsp.h> 14 15 … … 24 25 } 25 26 27 /* 28 * Only for sp04 29 */ 30 31 rtems_id tcb_to_id( 32 Thread_Control *tcb 33 ) 34 { 35 return tcb->Object.id; 36 } 37 26 38 #define CONFIGURE_INIT 27 39 #include "config.h" -
c/src/ada-tests/support/test_support.adb
r7e3dcbc rd0f426a1 132 132 -- 133 133 Text_IO.Put_Line( "<pause> " ); 134 Text_IO.Get_Line( Ignored_String, Ignored_Last );134 -- Text_IO.Get_Line( Ignored_String, Ignored_Last ); 135 135 136 136 exception
Note: See TracChangeset
for help on using the changeset viewer.