Re: [Qemu-devel] [PATCH] arm: make RFE usable with any register

2010-03-13 Thread Aurelien Jarno
On Tue, Mar 02, 2010 at 01:17:35AM +0100, Adam Lackorzynski wrote: > The rfe instruction can be used with any register, not just sp. Adjust the > condition check accordingly. > > Signed-off-by: Adam Lackorzynski Thanks, applied. > --- > target-arm/translate.c |2 +- > 1 files changed, 1 in

[Qemu-devel] [PATCH] arm: make RFE usable with any register

2010-03-01 Thread Adam Lackorzynski
The rfe instruction can be used with any register, not just sp. Adjust the condition check accordingly. Signed-off-by: Adam Lackorzynski --- target-arm/translate.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-arm/translate.c b/target-arm/translate.c index 0c65