Changes in uspace/lib/c/arch/amd64/src/entry.S [d3e938c:2eadda9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/src/entry.S
rd3e938c r2eadda9 47 47 # %rdi was deliberately chosen as the first argument is also in %rdi 48 48 # Pass PCB pointer to __c_start (no operation) 49 call FUNCTION_REF(__c_start)49 call __c_start
Note:
See TracChangeset
for help on using the changeset viewer.