Changes in uspace/lib/c/arch/amd64/src/entryjmp.s [0e575cd:bae7bdc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/src/entryjmp.s
r0e575cd rbae7bdc 36 36 # Jump to program entry point 37 37 entry_point_jmp: 38 # use standard amd32 prologue not to confuse anybody39 push %rbp40 movq %rsp, %rbp41 42 38 # pcb must be passed in %rdi, use %rdx as a scratch register 43 39 mov %rdi, %rdx 44 40 mov %rsi, %rdi 45 41 46 42 # jump to entry point 47 43 jmp %rdx
Note:
See TracChangeset
for help on using the changeset viewer.