winedbg: Only add ContextFlags which are defined

André Hentschel nerv at dawncrow.de
Thu Sep 9 14:56:57 CDT 2010


Am 09.09.2010 12:34, schrieb Dmitry Timoshkov:
> André Hentschel <nerv at dawncrow.de> wrote:
> 
>>>> CONTROL and INTEGER are standard defines, but ia64 and ARM don't define CONTEXT_FLOATING_POINT
>>>
>>> ia64 does define CONTEXT_FLOATING_POINT, ARM probably should also do.
>>>
>> A standard ARM CPU doesn't has a FPU, so i guess that don't make sense.
> 
> Probably, but Wine is using float internally, and doesn't make any effort
> to avoid that. Defining CONTEXT_FLOATING_POINT to 0 on ARM is another solution.
> 
Just found the function get_server_context_flags in ntdll where the same as in my patch is done...

-- 

Best Regards, André Hentschel



More information about the wine-devel mailing list