qemu-ppc
[Top][All Lists]
Advanced

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

Re: [Qemu-ppc] [PATCH 1/3] translator: add retcode to translator_loop_te


From: Richard Henderson
Subject: Re: [Qemu-ppc] [PATCH 1/3] translator: add retcode to translator_loop_temp_check
Date: Thu, 15 Feb 2018 07:09:56 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

On 02/14/2018 07:14 PM, Emilio G. Cota wrote:
> -void translator_loop_temp_check(DisasContextBase *db);
> +int translator_loop_temp_check(DisasContextBase *db);
>  

bool.

Although I don't see how this is helpful.  If you want to customize the output,
surely you just use tcg_check_temp_count directly?


r~



reply via email to

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