Changeset 167 for soft/giet_vm/sys/sys_handler.c
- Timestamp:
- Jul 16, 2012, 10:26:27 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/sys/sys_handler.c
r165 r167 75 75 void _exit() 76 76 { 77 unsigned int date = _proctime(); 77 78 unsigned int proc_id = _procid(); 78 79 unsigned int task_id = _scheduler[proc_id].current; … … 83 84 _puts(" on processor "); 84 85 _putw( proc_id ); 86 _puts(" at cycle "); 87 _putw( date ); 85 88 _puts("\n\n"); 86 89
Note: See TracChangeset
for help on using the changeset viewer.