Changes in uspace/lib/c/arch/amd64/src/entry.s [63f8966:c75698b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/src/entry.s
r63f8966 rc75698b 42 42 # 43 43 pushq $0 44 mov %rsp, %rbp44 movq %rsp, %rbp 45 45 46 46 # %rdi was deliberately chosen as the first argument is also in %rdi
Note:
See TracChangeset
for help on using the changeset viewer.