Revert "Cygwin: x86_64: add wmemset assembler entry point"
This reverts commit 188d5f6c9a
.
This commit is contained in:
parent
e3cb003bd7
commit
98fa366cb6
|
@ -67,11 +67,3 @@ L1: rep
|
||||||
movq 16(%rsp),%rdi
|
movq 16(%rsp),%rdi
|
||||||
ret
|
ret
|
||||||
.seh_endproc
|
.seh_endproc
|
||||||
|
|
||||||
.globl wmemset
|
|
||||||
.seh_proc wmemset
|
|
||||||
wmemset:
|
|
||||||
.seh_endprologue
|
|
||||||
shlq $1,%r8 /* cnt * sizeof (wchar_t) */
|
|
||||||
jmp memset
|
|
||||||
.seh_endproc
|
|
||||||
|
|
Loading…
Reference in New Issue