Changeset 231 for soft/giet_vm/sys/sys_handler.c
- Timestamp:
- Mar 5, 2013, 1:42:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/sys/sys_handler.c
r230 r231 94 94 95 95 // deschedule 96 _c tx_switch();96 _context_switch(); 97 97 } 98 98 … … 232 232 //////////////////////////////////////////////////////////////// 233 233 void _context_switch() { 234 _it_ mask();234 _it_disable(); 235 235 _ctx_switch(); 236 _it_restore();237 236 } 238 237
Note: See TracChangeset
for help on using the changeset viewer.