qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] target-arm: Fix intptr_t vs tcg_target_long


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH] target-arm: Fix intptr_t vs tcg_target_long
Date: Mon, 10 Mar 2014 11:16:14 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

On 03/10/2014 09:06 AM, Peter Maydell wrote:
> which I am proposing would be better written as
>   tcg_gen_exit_tb(NULL, 0)
>   tcg_gen_exit_tb(tb, 0)
>   tcg_gen_exit_tb(tb, n)
> 
> and letting tcg_gen_exit_tb() do the cast to uintptr_t
> and add.

Oh, I see.  Yes, that would be fine.


r~



reply via email to

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