4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-21 00:07:36 +08:00

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

This reverts commit 188d5f6c9ad5cbbd6f0fcb9aaf15bc9870597910.

(cherry picked from commit 98fa366cb68a0c297bbb4a64a2d86649709aeabb)
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

View File

@ -67,11 +67,3 @@ L1: rep
movq 16(%rsp),%rdi
ret
.seh_endproc
.globl wmemset
.seh_proc wmemset
wmemset:
.seh_endprologue
shlq $1,%r8 /* cnt * sizeof (wchar_t) */
jmp memset
.seh_endproc