Changeset ae84e38 in mainline for uspace/lib/c/arch/sparc64/src/thread_entry.S
- Timestamp:
- 2018-04-10T18:51:14Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ad0d1f5
- Parents:
- 20287223
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc64/src/thread_entry.S
r20287223 rae84e38 45 45 # Propagate the input arguments to the new window. 46 46 # 47 48 call __thread_main ! %o0 contains address of uarg 47 49 mov %i0, %o0 48 50 49 sethi %hi(_gp), %l750 call __thread_main ! %o0 contains address of uarg51 or %l7, %lo(_gp), %l752 53 51 ! not reached
Note:
See TracChangeset
for help on using the changeset viewer.