https://bugs.kde.org/show_bug.cgi?id=370028

--- Comment #11 from Aleksandar Rikalo <aleksandar.rik...@imgtec.com> ---

> Can we simplify the patch #4 just to
> #  define DO(n)  (*fpu)[n] = arch->vex.guest_f##n
> ?
> Would that work? (Check the attached patch.)

Hi Petar,

It wouldn't work - (*fpu)[n] are doubles, but arch->vex.guest_f##n are ULongs.
In this case we need raw memory move, without long2double conversions.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to