Changeset c98e6ee in mainline for uspace/lib/libc/arch/ia64/src/entry.s
- Timestamp:
- 2008-07-08T16:05:45Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f93f168
- Parents:
- b7f9087
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/ia64/src/entry.s
rb7f9087 rc98e6ee 35 35 ## User-space task entry point 36 36 # 37 # r2 contains the PCB pointer 37 38 # 38 39 __entry: 39 40 alloc loc0 = ar.pfs, 0, 1, 2, 0 40 mov r1 = _gp 41 mov r1 = _gp 42 43 # Pass PCB pointer as the first argument to __main 44 mov out0 = r2 41 45 br.call.sptk.many b0 = __main 42 46 0: 43 br.call.sptk.many b0 = main44 1:45 47 br.call.sptk.many b0 = __exit
Note:
See TracChangeset
for help on using the changeset viewer.