Changeset 4b2c872d in mainline for arch/mips32/include/context.h
- Timestamp:
- 2005-10-18T09:33:02Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8005218
- Parents:
- 22f7769
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/context.h
r22f7769 r4b2c872d 49 49 */ 50 50 struct context { 51 __ u32sp;52 __ u32pc;51 __address sp; 52 __address pc; 53 53 54 54 __u32 s0;
Note:
See TracChangeset
for help on using the changeset viewer.