Changeset 0f3fc9b in mainline for kernel/arch/ia32/include/context.h
- Timestamp:
- 2007-01-22T13:34:55Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 726e1043
- Parents:
- e7b7be3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/context.h
re7b7be3f r0f3fc9b 52 52 * function calls. 53 53 */ 54 struct context {54 typedef struct { 55 55 uintptr_t sp; 56 56 uintptr_t pc; … … 60 60 uint32_t ebp; 61 61 ipl_t ipl; 62 } __attribute__ ((packed)) ;62 } __attribute__ ((packed)) context_t; 63 63 64 64 #endif
Note:
See TracChangeset
for help on using the changeset viewer.