Changeset d246e7e in mainline
- Timestamp:
- 2005-09-07T09:54:53Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 178ec7b
- Parents:
- 909c6e3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/context.S
r909c6e3 rd246e7e 32 32 .global context_restore 33 33 34 #include "context_offset.h"34 #include <arch/context_offset.h> 35 35 36 36 ## Save current CPU context -
src/clean.amd64
r909c6e3 rd246e7e 5 5 6 6 find ../arch/amd64 -type l | xargs rm 7 rm ../arch/amd64/ src/context_offset.h7 rm ../arch/amd64/include/context_offset.h 8 8 rm ../arch/amd64/_link.ld 9 9 rm ../tools/amd64/gencontext -
tools/amd64/gencontext.c
r909c6e3 rd246e7e 8 8 #include "../../arch/amd64/include/context.h" 9 9 10 #define FILENAME "../../arch/amd64/ src/context_offset.h"10 #define FILENAME "../../arch/amd64/include/context_offset.h" 11 11 12 12 int main(void)
Note:
See TracChangeset
for help on using the changeset viewer.