qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Fix qemu_ld64 on arm


From: Pablo Virolainen
Subject: Re: [Qemu-devel] [PATCH] Fix qemu_ld64 on arm
Date: Tue, 24 Feb 2009 10:44:22 +0200
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Laurent Desnogues kirjoitti:
On Tue, Feb 24, 2009 at 9:03 AM, Pablo Virolainen
<address@hidden> wrote:
Emulating fldl on arm doesn't seem to work too well. It's the way qemu_ld64
is translated to arm instructions.

       tcg_out_ld32_12(s, COND_AL, data_reg, addr_reg, 0);
       tcg_out_ld32_12(s, COND_AL, data_reg2, addr_reg, 4);

It seems you are using an old version of qemu.  Taking a quick
look at current svn, I think your patch is not needed anymore.

So I should get the source from other source than
svn co svn://svn.savannah.nongnu.org/qemu/trunk ?

Pablo




reply via email to

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