about summary refs log tree commit diff
path: root/src/thread/x86_64/syscall_cp.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/x86_64/syscall_cp.s')
-rw-r--r--src/thread/x86_64/syscall_cp.s1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/thread/x86_64/syscall_cp.s b/src/thread/x86_64/syscall_cp.s
index 9727ad3d..20819288 100644
--- a/src/thread/x86_64/syscall_cp.s
+++ b/src/thread/x86_64/syscall_cp.s
@@ -1,6 +1,5 @@
 .text
 .global __syscall_cp_asm
-.type   __syscall_cp_asm,%function
 __syscall_cp_asm:
 	lea 1f(%rip),%rax
 	mov %rax,8(%rdi)