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.@) * BTCpuSimulate (wow64cpu.@)
*/ */
__ASM_STDCALL_FUNC( BTCpuSimulate, 0, __ASM_GLOBAL_FUNC( BTCpuSimulate,
"subq $0x28,%rsp\n" "subq $0x28,%rsp\n"
__ASM_SEH(".seh_stackalloc 0x28\n\t") __ASM_SEH(".seh_stackalloc 0x28\n\t")
__ASM_SEH(".seh_endprologue\n\t") __ASM_SEH(".seh_endprologue\n\t")