Changeset e84439a in mainline for arch/amd64/include/context.h
- Timestamp:
- 2005-09-06T08:51:22Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e949fd6
- Parents:
- 39ae77b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/include/context.h
r39ae77b re84439a 1 1 /* 2 * Copyright (C) 2005 Martin Decky2 * Copyright (C) 2005 Ondrej Palkovsky 3 3 * All rights reserved. 4 4 * … … 41 41 #define SP_DELTA 16 42 42 43 /* We include only registers that must be preserved 44 * during function call 45 */ 43 46 struct context { 44 47 __u64 sp;
Note:
See TracChangeset
for help on using the changeset viewer.