Changeset 7148abf in mainline for uspace/lib/c/arch/ia64/src/entry.S
- Timestamp:
- 2018-04-28T16:18:07Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e634684
- Parents:
- 3fafe5e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/src/entry.S
r3fafe5e0 r7148abf 41 41 movl gp = __gp 42 42 43 # Pass PCB pointer as the first argument to __ main43 # Pass PCB pointer as the first argument to __libc_main 44 44 mov out0 = r2 ;; 45 br.call.sptk.many b0 = __ main45 br.call.sptk.many b0 = __libc_main 46 46
Note:
See TracChangeset
for help on using the changeset viewer.