Changeset 60 for trunk/kernel/syscalls
- Timestamp:
- Jun 26, 2017, 4:55:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_thread_exit.c
r23 r60 36 36 thread_t * this = CURRENT_THREAD; 37 37 core_t * core = this->core; 38 uint32_tirq_state;38 reg_t irq_state; 39 39 40 40 // register the exit_value in thread descriptor
Note: See TracChangeset
for help on using the changeset viewer.