1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

wow64cpu: Don't define stdcall functions on non-i386.

This commit is contained in:
Alexandre Julliard 2023-06-14 11:15:46 +02:00
parent 2b6e32f358
commit ed36f4bc8c

View File

@ -267,7 +267,7 @@ __ASM_GLOBAL_FUNC( unix_call_32to64,
/**********************************************************************
* BTCpuSimulate (wow64cpu.@)
*/
__ASM_STDCALL_FUNC( BTCpuSimulate, 0,
__ASM_GLOBAL_FUNC( BTCpuSimulate,
"subq $0x28,%rsp\n"
__ASM_SEH(".seh_stackalloc 0x28\n\t")
__ASM_SEH(".seh_endprologue\n\t")