Changeset cfa70add in mainline for uspace/libc/arch/sparc64/src/thread_entry.s
- Timestamp:
- 2006-09-03T23:37:14Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fd85ae5
- Parents:
- 002e613
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/arch/sparc64/src/thread_entry.s
r002e613 rcfa70add 1 1 # 2 # Copyright (C) 2006 Martin Decky2 # Copyright (C) 2006 Jakub Jermar 3 3 # All rights reserved. 4 4 # … … 35 35 # 36 36 __thread_entry: 37 37 sethi %hi(_gp), %l7 38 call __thread_main ! %o0 contains address of uarg 39 or %l7, %lo(_gp), %l7 40 41 ! not reached 42 38 43 .end __thread_entry
Note:
See TracChangeset
for help on using the changeset viewer.