Changeset 3abe472f in mainline for uspace/lib/libc/arch/ia64/src/entry.s
- Timestamp:
- 2008-06-04T19:02:04Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ba289a
- Parents:
- 009474f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/ia64/src/entry.s
r009474f r3abe472f 32 32 33 33 .globl __entry 34 .globl __entry_driver35 34 36 35 ## User-space task entry point … … 42 41 br.call.sptk.many b0 = __main 43 42 0: 44 br.call.sptk.many b0 = __io_init45 1:46 br.call.sptk.many b0 = main47 2:48 br.call.sptk.many b0 = __exit49 50 __entry_driver:51 alloc loc0 = ar.pfs, 0, 1, 2, 052 mov r1 = _gp53 br.call.sptk.many b0 = __main54 0:55 43 br.call.sptk.many b0 = main 56 44 1:
Note:
See TracChangeset
for help on using the changeset viewer.