9 Sep
2010
9 Sep
'10
10:34 a.m.
André Hentschel <nerv(a)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.