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

2006-03-12 Thread Paul Brook
On Monday 06 March 2006 14:03, Ulrich Hecht wrote: > 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 > > int main(void) > > { > >

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

2006-03-07 Thread Anderson Lizardo
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 > > int main(void) > > { > >

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

2006-03-07 Thread Ulrich Hecht
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 > int main(void) > { > float a, b; > a = 0.1f; > b = 0.8f; >

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

2006-03-03 Thread Anderson Lizardo
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