mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
remove comment cruft that got left behind in x86_64 syscall.s
This commit is contained in:
parent
b0e83133e2
commit
462dbfc207
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
.global __syscall
|
.global __syscall
|
||||||
.type __syscall,%function
|
.type __syscall,%function
|
||||||
__syscall:
|
__syscall:
|
||||||
di,si,dx,cx,r8,r9
|
|
||||||
movq %rdi,%rax
|
movq %rdi,%rax
|
||||||
movq %rsi,%rdi
|
movq %rsi,%rdi
|
||||||
movq %rdx,%rsi
|
movq %rdx,%rsi
|
||||||
|
|
Loading…
Add table
Reference in a new issue