Revert "Cygwin: x86_64: add wmemset assembler entry point"

This reverts commit 188d5f6c9a.

(cherry picked from commit 98fa366cb6)
This commit is contained in:
Jon Turney 2022-12-16 10:21:13 +00:00
parent 489300c89d
commit 242a2a5971
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
1 changed files with 0 additions and 8 deletions

View File

@ -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