Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2605 → Rev 2606

/trunk/uspace/lib/libc/arch/amd64/src/fibril.S
80,7 → 80,7
 
# Set thread local storage
movq OFFSET_TLS(%rdi), %rdi # Set arg1 to TLS addr
movq $1, %r8
movq $1, %rax # SYS_TLS_SET
syscall
 
xorq %rax,%rax # context_restore returns 0