Changeset 753 for soft/giet_vm/giet_kernel/sys_handler.c
- Timestamp:
- Jan 6, 2016, 5:14:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_kernel/sys_handler.c
r733 r753 959 959 960 960 // print exit message 961 if ( string == NULL ) 962 { 963 _printf("\n[GIET WARNING] Exit thread %x in application %s\n", 964 trdid , vspace[vsid].name ); 965 } 966 else 961 if ( string != NULL ) 967 962 { 968 963 _printf("\n[GIET WARNING] Exit thread %x in vspace %s\n"
Note: See TracChangeset
for help on using the changeset viewer.