Alexandre Julliard : kernel32: Don't export __chkstk() on ARM64.

Alexandre Julliard julliard at winehq.org
Thu Jun 10 16:04:50 CDT 2021


Module: wine
Branch: master
Commit: fdd3ef65695987309ddcbb6cd5bcc3394ec245f3
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=fdd3ef65695987309ddcbb6cd5bcc3394ec245f3

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jun 10 11:20:36 2021 +0200

kernel32: Don't export __chkstk() on ARM64.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/kernel32.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/kernel32/kernel32.spec b/dlls/kernel32/kernel32.spec
index f033cf310c0..ec094c98508 100644
--- a/dlls/kernel32/kernel32.spec
+++ b/dlls/kernel32/kernel32.spec
@@ -1651,7 +1651,7 @@
 @ stdcall WriteTapemark(ptr long long long)
 @ stdcall -import ZombifyActCtx(ptr)
 @ stdcall -arch=x86_64 -private __C_specific_handler(ptr long ptr ptr) ntdll.__C_specific_handler
-@ cdecl -arch=arm,arm64,x86_64 -norelay __chkstk() ntdll.__chkstk
+@ cdecl -arch=arm,x86_64 -norelay __chkstk() ntdll.__chkstk
 @ stub _DebugOut
 @ stub _DebugPrintf
 @ stdcall _hread(long ptr long)




More information about the wine-cvs mailing list