Re: [Qemu-devel] [PATCH 0/3] Fix two carry problems in add2 patchset.

2013-02-25 Thread Peter Maydell
On 25 February 2013 18:30, Richard Henderson wrote: > Reported by Laurent for ARM, I made the exact same mistake for PPC. > > The patch set is at > > git://github.com/rth7680/qemu.git fix-carry > > Please apply asap. Still busted :-( -- PMM

[Qemu-devel] [PATCH 0/3] Fix two carry problems in add2 patchset.

2013-02-25 Thread Richard Henderson
Reported by Laurent for ARM, I made the exact same mistake for PPC. The patch set is at git://github.com/rth7680/qemu.git fix-carry Please apply asap. r~ Peter Crosthwaite (1): arm/translate.c: Fix adc_CC/sbc_CC implementation Richard Henderson (2): target-arm: Fix sbc_CC carry ta