Re: [Qemu-devel] [PATCH 1/2] softfloat: Use uint16 consistently

2011-09-20 Thread Gauresh Rane
I am still not able to compile this with these changes.

Re: [Qemu-devel] [PATCH 1/2] softfloat: Use uint16 consistently

2011-09-03 Thread Blue Swirl
Thanks, applied. On Sun, Aug 28, 2011 at 6:24 PM, Andreas Färber wrote: > Prepares for uint16 replacement. > > Signed-off-by: Andreas Färber > --- >  fpu/softfloat.c |    8 >  fpu/softfloat.h |    4 ++-- >  2 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/fpu/softfloat.

Re: [Qemu-devel] [PATCH 1/2] softfloat: Use uint16 consistently

2011-09-03 Thread Peter Maydell
On 28 August 2011 19:24, Andreas Färber wrote: > Prepares for uint16 replacement. > > Signed-off-by: Andreas Färber Reviewed-by: Peter Maydell

[Qemu-devel] [PATCH 1/2] softfloat: Use uint16 consistently

2011-08-28 Thread Andreas Färber
Prepares for uint16 replacement. Signed-off-by: Andreas Färber --- fpu/softfloat.c |8 fpu/softfloat.h |4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fpu/softfloat.c b/fpu/softfloat.c index 7951a0e..be1206d 100644 --- a/fpu/softfloat.c +++ b/fpu/softfloa