remove comment cruft that got left behind in x86_64 syscall.s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user