Martin Storsjo : msvcrt: Hook up __C_specific_handler for arm64.

Alexandre Julliard julliard at winehq.org
Tue Sep 29 15:20:37 CDT 2020


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

Author: Martin Storsjo <martin at martin.st>
Date:   Tue Sep 29 09:21:22 2020 +0300

msvcrt: Hook up __C_specific_handler for arm64.

Signed-off-by: Martin Storsjo <martin at martin.st>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec
index 6d6767b435..204dfe62e5 100644
--- a/dlls/msvcrt/msvcrt.spec
+++ b/dlls/msvcrt/msvcrt.spec
@@ -172,7 +172,7 @@
 @ extern _HUGE MSVCRT__HUGE
 @ cdecl _Strftime(ptr long str ptr ptr)
 @ cdecl _XcptFilter(long ptr)
-@ stdcall -arch=x86_64 __C_specific_handler(ptr long ptr ptr) ntdll.__C_specific_handler
+@ stdcall -arch=x86_64,arm64 __C_specific_handler(ptr long ptr ptr) ntdll.__C_specific_handler
 @ cdecl -arch=i386,x86_64,arm,arm64 __CppXcptFilter(long ptr)
 # stub __CxxCallUnwindDelDtor
 # stub __CxxCallUnwindDtor




More information about the wine-cvs mailing list