mirror of git://git.musl-libc.org/musl
fix typo in x86_64 cancellable syscall asm
This commit is contained in:
parent
e98bdca9df
commit
1bc44a4734
|
@ -19,7 +19,7 @@ __syscall_cp_asm:
|
||||||
mov %r11,8(%rsp)
|
mov %r11,8(%rsp)
|
||||||
1: syscall
|
1: syscall
|
||||||
xor %ecx,%ecx
|
xor %ecx,%ecx
|
||||||
mov 8(%rsp),%edi
|
mov 8(%rsp),%rdi
|
||||||
mov %rcx,(%rdi)
|
mov %rcx,(%rdi)
|
||||||
ret
|
ret
|
||||||
2: call __cancel
|
2: call __cancel
|
||||||
|
|
Loading…
Reference in New Issue