qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: [Qemu-devel] [PATCH v2 0/3] Fix two carry problems in add2 patchset
Date: Mon, 25 Feb 2013 11:01:14 -0800

V1->V2:
  Dangit, that's what trying to be speedy gets you, failing to make
  all of the changes you wrote in the comment.  This time actually
  fix the sub2 to add2 like I intended, not just the not portion.

The patch set is re-pushed at

  git://github.com/rth7680/qemu.git fix-carry
  
Please *review* asap.


r~


Peter Crosthwaite (1):
  arm/translate.c: Fix adc_CC/sbc_CC implementation

Richard Henderson (2):
  target-arm: Fix sbc_CC carry
  target-ppc: Fix SUBFE carry

 target-arm/translate.c | 10 +++++-----
 target-ppc/translate.c |  9 +++++----
 2 files changed, 10 insertions(+), 9 deletions(-)

-- 
1.8.1.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]