Changeset 0e575cd in mainline
- Timestamp:
- 2013-05-30T23:18:56Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6db5d4b
- Parents:
- e4c8e751
- Location:
- uspace/lib/c/arch/amd64/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/src/entry.s
re4c8e751 r0e575cd 42 42 # 43 43 pushq $0 44 pushq $0 44 45 movq %rsp, %rbp 45 46 -
uspace/lib/c/arch/amd64/src/entryjmp.s
re4c8e751 r0e575cd 36 36 # Jump to program entry point 37 37 entry_point_jmp: 38 # use standard amd32 prologue not to confuse anybody 39 push %rbp 40 movq %rsp, %rbp 41 38 42 # pcb must be passed in %rdi, use %rdx as a scratch register 39 43 mov %rdi, %rdx -
uspace/lib/c/arch/amd64/src/thread_entry.s
re4c8e751 r0e575cd 39 39 # 40 40 pushq $0 41 pushq $0 41 42 movq %rsp, %rbp 42 43
Note:
See TracChangeset
for help on using the changeset viewer.