Changeset 332
- Timestamp:
- Jun 19, 2014, 1:29:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_common/utils.c
r324 r332 625 625 va_list ap; 626 626 va_start(ap, format); 627 unsigned int save_sr; // used to save the SR value in critical section627 unsigned int save_sr; // to save SR value in critical section 628 628 629 629 // get TTY0 lock
Note: See TracChangeset
for help on using the changeset viewer.