Re: [Qemu-devel] [PATCH] target-microblaze: fix swx build breakage

2012-06-07 Thread Edgar E. Iglesias
On Tue, Jun 05, 2012 at 12:31:04PM +1000, Peter A. G. Crosthwaite wrote: > The lazy initialisation of r_check was throwing an error on --enable-debug. > Removed the lazy initialisation of r_check and swx_addr. Applied, thanks! > > Signed-off-by: Peter A. G. Crosthwaite > --- > target-microbla

[Qemu-devel] [PATCH] target-microblaze: fix swx build breakage

2012-06-04 Thread Peter A. G. Crosthwaite
The lazy initialisation of r_check was throwing an error on --enable-debug. Removed the lazy initialisation of r_check and swx_addr. Signed-off-by: Peter A. G. Crosthwaite --- target-microblaze/translate.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/target-