Re: [Qemu-devel] [PATCH] [SPARC] Fix segfault in Leon3

2011-09-28 Thread Fabien Chouteau
On 24/09/2011 10:29, Blue Swirl wrote: > On Thu, Sep 22, 2011 at 3:42 PM, Fabien Chouteau wrote: >> Remove faulty access to global "env" in op_helper.c, replaced by function >> argument. >> >> Signed-off-by: Fabien Chouteau >> --- >> target-sparc/cpu.h | 10 ++ >> target-sparc/h

Re: [Qemu-devel] [PATCH] [SPARC] Fix segfault in Leon3

2011-09-24 Thread Blue Swirl
On Thu, Sep 22, 2011 at 3:42 PM, Fabien Chouteau wrote: > Remove faulty access to global "env" in op_helper.c, replaced by function > argument. > > Signed-off-by: Fabien Chouteau > --- >  target-sparc/cpu.h       |   10 ++ >  target-sparc/helper.c    |    2 +- >  target-sparc/op_helper.c

[Qemu-devel] [PATCH] [SPARC] Fix segfault in Leon3

2011-09-22 Thread Fabien Chouteau
Remove faulty access to global "env" in op_helper.c, replaced by function argument. Signed-off-by: Fabien Chouteau --- target-sparc/cpu.h | 10 ++ target-sparc/helper.c|2 +- target-sparc/op_helper.c |6 +++--- 3 files changed, 10 insertions(+), 8 deletions(-) diff