Commit ed36f4bc authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 2b6e32f3
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment