Changeset 508 for trunk/kernel/syscalls/sys_mutex.c
- Timestamp:
- Aug 25, 2018, 6:30:27 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/sys_mutex.c
r457 r508 153 153 } 154 154 //////// 155 default: 156 { 157 printk("\n[PANIC] in %s : illegal operation type\n", __FUNCTION__ ); 158 hal_core_sleep(); 155 default: { 156 assert ( false, "illegal operation type <%x>", operation ); 159 157 } 160 158 }
Note: See TracChangeset
for help on using the changeset viewer.