Changeset 29a9f62 in mainline for libc/arch/amd64/src/thread_entry.s
- Timestamp:
- 2006-03-23T10:33:55Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 77bd004
- Parents:
- 1cef26f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/amd64/src/thread_entry.s
r1cef26f r29a9f62 39 39 # 40 40 movq %rax, %rdi 41 call thread_main41 call __thread_main 42 42 43 43 .end __thread_entry
Note:
See TracChangeset
for help on using the changeset viewer.