Changes in uspace/lib/libc/arch/amd64/src/entry.s [c98e6ee:47246f4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/amd64/src/entry.s
rc98e6ee r47246f4 38 38 # 39 39 __entry: 40 # 41 # Create the first stack frame. 42 # 43 pushq $0 44 mov %rsp, %rbp 45 40 46 # %rdi was deliberately chosen as the first argument is also in %rdi 41 47 # Pass PCB pointer to __main (no operation)
Note:
See TracChangeset
for help on using the changeset viewer.