Changeset 790 for soft/giet_vm/giet_kernel/sys_handler.c
- Timestamp:
- Feb 13, 2016, 2:24:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_kernel/sys_handler.c
r786 r790 604 604 /////////////////////////////////////////////////////////////////////////////////// 605 605 static void _dump_block( unsigned char* buf, 606 607 608 606 char* string, 607 unsigned int cluster_id, 608 unsigned int block_id ) 609 609 { 610 610 unsigned int line; … … 1165 1165 if ( (name == NULL) || (_strcmp(vspace[vspace_id].name , name ) == 0) ) 1166 1166 { 1167 _user_printf("\n *** vspace %s\n", vspace[vspace_id].name );1167 _user_printf("\n--- vspace %s ---\n", vspace[vspace_id].name ); 1168 1168 1169 1169 // scan all threads in vspace
Note: See TracChangeset
for help on using the changeset viewer.