Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4639 → Rev 4640

/trunk/kernel/generic/include/context.h
76,10 → 76,6
* 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)