Changeset 29a9f62 in mainline for libc/arch/ia32/src/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/entry.s
r1cef26f r29a9f62 41 41 mov %ax, %es 42 42 mov %ax, %fs 43 mov %ax, %gs43 # Do not set %gs, it contains descriptor that can see TLS 44 44 45 call __main 45 46 call main 46 47 call __exit
Note:
See TracChangeset
for help on using the changeset viewer.