Changeset 493f1be in mainline
- Timestamp:
- 2017-11-12T00:30:16Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fe171357
- Parents:
- 53b9f2c
- Location:
- uspace/lib/c/arch/ia64/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/src/entry.S
r53b9f2c r493f1be 42 42 43 43 # Pass PCB pointer as the first argument to __main 44 mov out0 = r2 44 mov out0 = r2 ;; 45 45 br.call.sptk.many b0 = __main 46 46 -
uspace/lib/c/arch/ia64/src/thread_entry.S
r53b9f2c r493f1be 43 43 # 44 44 45 mov out0 = r8 45 mov out0 = r8 ;; 46 46 br.call.sptk.many b0 = __thread_main 47 47
Note:
See TracChangeset
for help on using the changeset viewer.