winedbg: Only add ContextFlags which are defined

Dmitry Timoshkov dmitry at codeweavers.com
Thu Sep 9 05:34:30 CDT 2010


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.

-- 
Dmitry.



More information about the wine-devel mailing list