Re: [Qemu-devel] [PATCH 1/2] softfloat: Use uint16 consistently
I am still not able to compile this with these changes.
Re: [Qemu-devel] [PATCH 1/2] softfloat: Use uint16 consistently
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
On 28 August 2011 19:24, Andreas Färber wrote: > Prepares for uint16 replacement. > > Signed-off-by: Andreas Färber Reviewed-by: Peter Maydell