Changeset 218 for soft/giet_vm/sys/exc_handler.c
- Timestamp:
- Sep 19, 2012, 10:52:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/sys/exc_handler.c
r207 r218 68 68 static void _display_cause(unsigned int type) 69 69 { 70 _get_lock(&_tty_put_lock); 70 71 _puts("\n[GIET] Exception for task "); 71 72 _putd( _get_current_task_id() ); … … 81 82 _putx( _get_bvar() ); 82 83 _puts("\n"); 84 _puts("...Task desactivated\n"); 85 _release_lock(&_tty_put_lock); 83 86 84 87 // goes to sleeping state
Note: See TracChangeset
for help on using the changeset viewer.