Changeset 27f67f5 in mainline for uspace/lib/c/arch/ia64/src/thread_entry.S
- Timestamp:
- 2016-04-22T20:43:34Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a52e2f4
- Parents:
- 054476d
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/src/thread_entry.S
r054476d r27f67f5 27 27 # 28 28 29 #include <abi/asmtool.h> 30 29 31 .text 30 31 .globl __thread_entry32 32 33 33 ## User-space thread entry point for all but the first threads. 34 34 # 35 35 # 36 __thread_entry: 36 SYMBOL(__thread_entry) 37 37 alloc loc0 = ar.pfs, 0, 1, 1, 0 38 38 … … 49 49 # Not reached. 50 50 # 51 52 .end __thread_entry 51
Note:
See TracChangeset
for help on using the changeset viewer.