qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] qemu regression 0.7.2 -> 0.8.0 (ARM user emulation)


From: Anderson Lizardo
Subject: Re: [Qemu-devel] qemu regression 0.7.2 -> 0.8.0 (ARM user emulation)
Date: Tue, 7 Mar 2006 16:22:48 -0400

On 3/6/06, Ulrich Hecht <address@hidden> wrote:
> On Wednesday 01 March 2006 23:18, Anderson Lizardo wrote:
> > I was having some issues with the latest qemu (ARM user emulation),
> > which I tracked down to the following reduced test case:
> >
> > #include <stdio.h>
> > int main(void)
> > {
> >         float a, b;
> >         a = 0.1f;
> >         b = 0.8f;
> >         printf("a < b: %d\n", (a < b));
> >         return 0;
> > }
>
> This fails because of a bug in the glue code between NWFPE and QEMU. (It
> relies on a specific layout of the CPUARMState structure.)
>
> Fix attached.

This patch seems to fix the specific problem I was having. Just
waiting to see it on CVS...

Thanks!
--
Anderson Lizardo
Embedded Linux Lab - 10LE
Nokia Institute of Technology - INdT
Manaus - Brazil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]