Changeset 4b2c872d in mainline for arch/amd64/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/amd64/include/context.h
r22f7769 r4b2c872d 45 45 */ 46 46 struct context { 47 __ u64sp;48 __ u64pc;47 __address sp; 48 __address pc; 49 49 50 50 __u64 rbx;
Note:
See TracChangeset
for help on using the changeset viewer.