Re: [Qemu-devel] [PATCH] target-sparc: Fix optimized %icc comparisons

2012-10-08 Thread Aurelien Jarno
On Mon, Oct 08, 2012 at 08:42:03AM -0700, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > target-sparc/translate.c | 1 + > 1 file changed, 1 insertion(+) > > This should fix the boot problem that Aurelien saw. It also showed > up in some userland speed testing I'm trying to

[Qemu-devel] [PATCH] target-sparc: Fix optimized %icc comparisons

2012-10-08 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target-sparc/translate.c | 1 + 1 file changed, 1 insertion(+) This should fix the boot problem that Aurelien saw. It also showed up in some userland speed testing I'm trying to set up (cross gcc). r~ diff --git a/target-sparc/translate.c b/target-sparc/