qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 08/16] target-or32: Add translation routines


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v3 08/16] target-or32: Add translation routines
Date: Thu, 07 Jun 2012 17:21:04 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

On 2012-06-07 17:00, Jia Liu wrote:
>                 TCGv_i32 sr_ove = tcg_temp_new_i32();

You need tcg_temp_local_new_i32 in order to last beyond the branches.

Frankly, it's often easier to handle division and its exceptions via
an out-of-line handler.


r~



reply via email to

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