msvcrt: Hook up _setjmpex for arm64 as well.
Signed-off-by: Martin Storsjo <martin@martin.st> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
aaf9c833ee
commit
869e0a6360
|
@ -902,7 +902,7 @@
|
|||
@ cdecl _seterrormode(long)
|
||||
@ cdecl -arch=i386,x86_64,arm,arm64 -norelay _setjmp(ptr) MSVCRT__setjmp
|
||||
@ cdecl -arch=i386 -norelay _setjmp3(ptr long) MSVCRT__setjmp3
|
||||
@ cdecl -arch=x86_64,arm -norelay _setjmpex(ptr ptr) MSVCRT__setjmpex
|
||||
@ cdecl -arch=x86_64,arm,arm64 -norelay _setjmpex(ptr ptr) MSVCRT__setjmpex
|
||||
@ cdecl _setmaxstdio(long) MSVCRT__setmaxstdio
|
||||
@ cdecl _setmbcp(long)
|
||||
@ cdecl _setmode(long long) MSVCRT__setmode
|
||||
|
|
Loading…
Reference in New Issue