Re: [Qemu-devel] [PATCH 20/38] target-arm: Implement adc_cc inline

2013-02-24 Thread Peter Crosthwaite
Hi All, This patch breaks ARM TCG. Fix comming shortly. On Wed, Feb 20, 2013 at 5:52 PM, Richard Henderson wrote: > Use add2 if available, otherwise use 64-bit arithmetic. > > Cc: Peter Maydell > Signed-off-by: Richard Henderson > --- > target-arm/helper.h| 1 - > target-arm/op_helper.c

[Qemu-devel] [PATCH 20/38] target-arm: Implement adc_cc inline

2013-02-20 Thread Richard Henderson
Use add2 if available, otherwise use 64-bit arithmetic. Cc: Peter Maydell Signed-off-by: Richard Henderson --- target-arm/helper.h| 1 - target-arm/op_helper.c | 15 --- target-arm/translate.c | 39 ++- 3 files changed, 34 insertions(+), 21 d