[PATCH v2 1/3] wow64cpu: Add stub dll.

Huw Davies huw at codeweavers.com
Wed Oct 28 03:32:08 CDT 2020


On Tue, Oct 27, 2020 at 11:41:22PM -0500, Zebediah Figura wrote:
> diff --git a/dlls/wow64cpu/wow64cpu.spec b/dlls/wow64cpu/wow64cpu.spec
> new file mode 100644
> index 00000000000..0ea2b4defc6
> --- /dev/null
> +++ b/dlls/wow64cpu/wow64cpu.spec
> @@ -0,0 +1,25 @@
> +# @ stub CpuFlushInstructionCache
> +# @ stub CpuGetContext
> +# @ stub CpuGetStackPointer
> +# @ stub CpuInitializeStartupContext
> +# @ stub CpuNotifyAffinityChange
> +# @ stub CpuNotifyAfterFork
> +# @ stub CpuNotifyBeforeFork
> +# @ stub CpuNotifyDllLoad
> +# @ stub CpuNotifyDllUnload
> +# @ stub CpuPrepareForDebuggerAttach
> +# @ stub CpuProcessDebugEvent
> +# @ stub CpuProcessInit
> +# @ stub CpuProcessTerm
> +# @ stub CpuResetFloatingPoint
> +# @ stub CpuResetToConsistentState
> +# @ stub CpuSetContext
> +# @ stub CpuSetInstructionPointer
> +# @ stub CpuSetStackPointer
> +# @ stub CpuSimulate
> +# @ stub CpuSuspendLocalThread
> +# @ stub CpuSuspendThread
> +# @ stub CpuThreadInit
> +# @ stub CpuThreadTerm
> +# @ stub TurboDispatchJumpAddressEnd
> +# @ stub TurboDispatchJumpAddressStart

Note that the Win10 version's exports have changed
considerably, with a smaller number of BTCpu* functions
replacing all of the Cpu* functions.

Also, ideally we'd only build a 64-bit version of this dll.

Huw.



More information about the wine-devel mailing list