On 3/6/06, Ulrich Hecht <[EMAIL PROTECTED]> 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 _______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel