Re: [Qemu-devel] [PATCH v2 05/10] arm/nwfps: replace cpsr_write with set_condition_codes

2014-07-15 Thread Riku Voipio
On Thu, Jul 10, 2014 at 04:50:02PM +0100, Alex Bennée wrote: > This is a pre-cursor to removing the cpsr_write function completely from > the code base. set_condition_codes() only affects the integer condition > flags. Acked-by: Riku Voipio > Signed-off-by: Alex Bennée > > --- > > v2 > - fix

[Qemu-devel] [PATCH v2 05/10] arm/nwfps: replace cpsr_write with set_condition_codes

2014-07-10 Thread Alex Bennée
This is a pre-cursor to removing the cpsr_write function completely from the code base. set_condition_codes() only affects the integer condition flags. Signed-off-by: Alex Bennée --- v2 - fix nwfpe set_condition_codes diff --git a/linux-user/arm/nwfpe/fpa11.h b/linux-user/arm/nwfpe/fpa11.h in