Rev 4635 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4635 | Rev 4640 | ||
---|---|---|---|
Line 74... | Line 74... | ||
74 | * Note that this function does not normally return. |
74 | * Note that this function does not normally return. |
75 | * Instead, it returns at the same address as the |
75 | * Instead, it returns at the same address as the |
76 | * corresponding call to context_save(), the only |
76 | * corresponding call to context_save(), the only |
77 | * difference being return value. |
77 | * difference being return value. |
78 | * |
78 | * |
79 | * Note that content of any local variable defined by |
- | |
80 | * the caller of context_save() is undefined after |
- | |
81 | * context_restore(). |
- | |
82 | * |
- | |
83 | * @param c Context structure. |
79 | * @param c Context structure. |
84 | */ |
80 | */ |
85 | static inline void context_restore(context_t *c) |
81 | static inline void context_restore(context_t *c) |
86 | { |
82 | { |
87 | context_restore_arch(c); |
83 | context_restore_arch(c); |