Skip to content
Snippets Groups Projects
user avatar
Aurelien Jarno authored
Since commit 5a4bb580, Xorg crashes on
a Debian Etch image. The commit itself is fine, but it triggers a bug
due to wrong computation of flags for udiv(cc) and sdiv(cc).

This patch only compute cc_src2 for the cc version of udiv/sdiv. It
also moves the update of cc_dst and cc_op to the helper, as it is
faster doing it here when there is already an helper.

Signed-off-by: default avatarAurelien Jarno <aurelien@aurel32.net>
Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
(cherry picked from commit 0fcec41e)

Signed-off-by: default avatarAurelien Jarno <aurelien@aurel32.net>
4a9048a9
History
Read the documentation in qemu-doc.html.

Fabrice Bellard.