diff options
Diffstat (limited to 'lib/mlibc/sysdeps/lyre/generic/thread.S')
-rw-r--r-- | lib/mlibc/sysdeps/lyre/generic/thread.S | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/mlibc/sysdeps/lyre/generic/thread.S b/lib/mlibc/sysdeps/lyre/generic/thread.S deleted file mode 100644 index 47ab6a9..0000000 --- a/lib/mlibc/sysdeps/lyre/generic/thread.S +++ /dev/null @@ -1,9 +0,0 @@ -.section .text -.global __mlibc_thread_entry -__mlibc_thread_entry: - pop %rdi - pop %rsi - pop %rdx - call __mlibc_thread_trampoline - -.section .note.GNU-stack,"",%progbits |