[PATCH] ntdll: Manually find the address of RtlUserThreadStart.

Huw Davies huw at codeweavers.com
Tue Jun 16 10:08:36 CDT 2020


On Mon, Jun 15, 2020 at 02:27:19PM +0200, Alexandre Julliard wrote:
> Huw Davies <huw at codeweavers.com> writes:
> 
> > On i386 macOS allowing the dynamic loader to do so results in eax and ebx
> > being cleared.
> 
> This should go through the import table, not the dynamic loader. Where
> do the registers get cleared?

Ah, I see, eax isn't getting cleared, but it's being clobbered by
__wine_spec_get_pc_thunk_eax .

Huw.



More information about the wine-devel mailing list