Changeset 232 for soft/giet_vm/sys/sys_handler.c
- Timestamp:
- Mar 5, 2013, 4:00:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/sys/sys_handler.c
r231 r232 30 30 &_gcd_write, /* 0x06 */ 31 31 &_gcd_read, /* 0x07 */ 32 &_ sys_ukn,/* 0x08 */33 &_get_ current_task_id,/* 0x09 */34 &_ sys_ukn, /* 0x0A */32 &_heap_info, /* 0x08 */ 33 &_get_proc_task_id, /* 0x09 */ 34 &_get_global_task_id, /* 0x0A */ 35 35 &_sys_ukn, /* 0x0B */ 36 36 &_sys_ukn, /* 0x0C */ … … 77 77 unsigned int date = _proctime(); 78 78 unsigned int proc_id = _procid(); 79 unsigned int task_id = _get_ current_task_id();79 unsigned int task_id = _get_proc_task_id(); 80 80 81 81 // print death message
Note: See TracChangeset
for help on using the changeset viewer.