Ignore:
Timestamp:
2007-11-16T16:17:18Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c2fb97
Parents:
e686744c
Message:

Support for 6 syscalls arguments on amd64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/arch/amd64/src/fibril.S

    re686744c r296426ad  
    8181        # Set thread local storage
    8282        movq OFFSET_TLS(%rdi), %rdi   # Set arg1 to TLS addr
    83         movq $1, %r8
     83        movq $1, %rax           # SYS_TLS_SET
    8484        syscall
    8585
Note: See TracChangeset for help on using the changeset viewer.