clarify the purpose of this project
[nyanglibc.git] / misc / init_module.s
blobb96e6d5c488aea0cc36484184a5e3987550a8420
1 .text
2 .globl init_module
3 .type init_module,@function
4 .align 1<<4
5 init_module:
7 movq %rcx, %r10
8 movl $175, %eax
9 syscall
10 cmpq $-4095, %rax
11 jae 0f
12 ret
13 0: movq __libc_errno@GOTTPOFF(%rip), %rcx
14 neg %eax
15 movl %eax, %fs:(%rcx)
16 or $-1, %rax
17 ret
18 .size init_module,.-init_module