qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] tcg_abort()


From: Paul Brook
Subject: Re: [Qemu-devel] tcg_abort()
Date: Mon, 28 Sep 2009 12:15:40 +0100
User-agent: KMail/1.12.1 (Linux/2.6.30-1-amd64; KDE/4.3.1; x86_64; ; )

> > Could please try to replace the tcg_abort() on line 773 with these
> > two lines?
> 
> Turned out this was wrong, it should have been:
> 
>         tcg_out_movi32(s, cond, TCG_REG_R8, addr);
>         tcg_out32(s, (cond << 28) | 0x012fff30 | TCG_REG_R8); /* blx r8 */

You can not assume blx is available.

Paul




reply via email to

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