Changeset 6c383b0 in mainline for uspace/lib/libc/arch/ia32/src/fibril.S
- Timestamp:
- 2007-11-17T19:52:57Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e0bc7fc
- Parents:
- 7e956eb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/ia32/src/fibril.S
r7e956eb r6c383b0 75 75 76 76 # Set thread local storage 77 pushl %ed i78 movl 24(%eax), %e ax # Set arg1 to TLS addr79 movl $1, %e di # Syscall 177 pushl %edx 78 movl 24(%eax), %edx # Set arg1 to TLS addr 79 movl $1, %eax # Syscall SYS_TLS_SET 80 80 int $0x30 81 popl %ed i81 popl %edx 82 82 83 83 xorl %eax,%eax # context_restore returns 0
Note:
See TracChangeset
for help on using the changeset viewer.