Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4640 → Rev 4639

/trunk/kernel/generic/include/context.h
76,6 → 76,10
* corresponding call to context_save(), the only
* difference being return value.
*
* Note that content of any local variable defined by
* the caller of context_save() is undefined after
* context_restore().
*
* @param c Context structure.
*/
static inline void context_restore(context_t *c)