Re: [Qemu-devel] [PATCH v2 8/9] target-i386: cleanup helper_fxam_ST0()

2011-05-23 Thread Peter Maydell
On 23 May 2011 22:42, Aurelien Jarno wrote: > Rewrite helper_fxam_ST0() using only softfloat functions. > > Signed-off-by: Aurelien Jarno (Sorry I didn't get round to this one earlier; I think I did the easy patches and stalled on the ones I'd have to pull out the x86 manuals for :-)) >     /*

[Qemu-devel] [PATCH v2 8/9] target-i386: cleanup helper_fxam_ST0()

2011-05-23 Thread Aurelien Jarno
Rewrite helper_fxam_ST0() using only softfloat functions. Signed-off-by: Aurelien Jarno --- target-i386/op_helper.c | 30 -- 1 files changed, 12 insertions(+), 18 deletions(-) diff --git a/target-i386/op_helper.c b/target-i386/op_helper.c index cec0c76..8ba2b5f 100