Changeset 29a9f62 in mainline for libc/arch/ia32/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/ia32/src/thread_entry.s
r1cef26f r29a9f62 39 39 mov %dx, %es 40 40 mov %dx, %fs 41 mov %dx, %gs41 # Do not set %gs, it contains descriptor that can see TLS 42 42 43 43 # … … 45 45 # 46 46 pushl %eax 47 call thread_main 48 addl $4, %esp 47 call __thread_main 49 48 50 49 #
Note:
See TracChangeset
for help on using the changeset viewer.