Changeset d5d2a3f in mainline for include/context.h
- Timestamp:
- 2005-05-25T12:29:18Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2998046
- Parents:
- c23fd6b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/context.h
rc23fd6b1 rd5d2a3f 30 30 #define __CONTEXT_H__ 31 31 32 #include <arch/types.h> 32 33 #include <typedefs.h> 33 #include "fpu_context.h"34 34 35 #ifndef context_set 36 #define context_set(c, _pc, stack, size) \ 37 (c)->pc = (__address) (_pc); \ 38 (c)->sp = ((__address) (stack)) + (size) - SP_DELTA; 39 #endif /* context_set */ 35 40 36 41 extern int context_save(context_t *c);
Note:
See TracChangeset
for help on using the changeset viewer.