Hi,
I was having some issues with the latest qemu (ARM user emulation),
which I tracked down to the following reduced test case:
#include
int main(void)
{
float a, b;
a = 0.1f;
b = 0.8f;
printf("a < b: %d\n", (a < b));
return 0;
}
Compile it with an ARM c
CVSROOT:/sources/qemu
Module name:qemu
Branch:
Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 06/03/02 21:52:18
Modified files:
. : configure
Log message:
suppressed invalid test
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qem
Hi,I am using QEMU in one of my research projects. I landed in a problem where I see bogus numbers being printed when I printed the packet/each word that is received from ne2000.In ne2000_receive(), I copied the packet received to a static char [] and printed the packet using static void print_pack
On Sun, 2006-02-26 at 10:01 -0800, Umamaheswararao Karyampudi wrote:
> Hi,
> I am using QEMU in one of my research projects. I
> landed in a problem where I see bogus numbers being
> printed when I printed the packet/each word that is
> received from ne2000.
>
> In ne2000_receive(), I copied the p