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: Ulrich Hecht
Subject: Re: [Qemu-devel] qemu regression 0.7.2 -> 0.8.0 (ARM user emulation)
Date: Mon, 6 Mar 2006 15:03:18 +0100
User-agent: KMail/1.9.1

Hi!

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.

CU
Uli

Attachment: qemu-nwfpe-cpsr.patch
Description: Text Data


reply via email to

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