[PATCH] ntdll: Fix the Fp and Lr registers in the CONTEXT struct for ARM64.

Martin Storsjö martin at martin.st
Mon Mar 19 07:03:59 CDT 2018


On Mon, 19 Mar 2018, Martin Storsjö wrote:

> On Mon, 19 Mar 2018, Alexandre Julliard wrote:
>
>> Martin Storsjo <martin at martin.st> writes:
>>
>>> This seems to have been left inconsistent by accident in
>>> 21c12ddc64e88b67167267455bc5e68dc576cfa4.
>>>
>>> Signed-off-by: Martin Storsjo <martin at martin.st>
>>> ---
>>> In case the difference was intentional, then this can obviously
>>> be ignored.
>>
>> It's intentional, that's how it is in the Microsoft headers.
>
> Oh, it seems like this actually is something that has changed between 
> different revisions of the Windows SDK.
>
> In version 10.0.16299.0 (the one I checked), it's like the way my patch 
> changes it, while e.g. in version 10.0.10586.0 it's like it is right now 
> in wine.

... so I guess the patch should be updated with this commit message 
instead:

ntdll: Update the ARM64 CONTEXT struct to match Win SDK 10.0.16299.0

// Martin


More information about the wine-devel mailing list