Explorar o código

remove comment cruft that got left behind in x86_64 syscall.s

Rich Felker %!s(int64=14) %!d(string=hai) anos
pai
achega
462dbfc207
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/internal/x86_64/syscall.s

+ 0 - 1
src/internal/x86_64/syscall.s

@@ -1,7 +1,6 @@
 .global __syscall
 .type __syscall,%function
 __syscall:
-di,si,dx,cx,r8,r9
 	movq %rdi,%rax
 	movq %rsi,%rdi
 	movq %rdx,%rsi