- 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
- Location:
- uspace/lib/libc/arch/ia32
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/ia32/Makefile.inc
r7e956eb r6c383b0 33 33 TOOLCHAIN_DIR = /usr/local/i686/bin 34 34 35 ARCH_SOURCES += arch/$(ARCH)/src/syscall. c\35 ARCH_SOURCES += arch/$(ARCH)/src/syscall.S \ 36 36 arch/$(ARCH)/src/fibril.S \ 37 37 arch/$(ARCH)/src/tls.c -
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.