Changeset d3e938c in mainline for uspace/lib/c/arch/amd64/src/entry.S
- Timestamp:
- 2019-01-08T13:27:05Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 05cb995, 1567471, 1aa9eff, cdec2a1
- Parents:
- 9c4df21
- git-author:
- Jiri Svoboda <jiri@…> (2018-01-07 22:27:02)
- git-committer:
- Jiri Svoboda <jiri@…> (2019-01-08 13:27:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/amd64/src/entry.S
r9c4df21 rd3e938c 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 __c_start49 call FUNCTION_REF(__c_start)
Note:
See TracChangeset
for help on using the changeset viewer.