qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 1/2] w64: Fix data type of tb_next and other


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v2 1/2] w64: Fix data type of tb_next and other variables used for host addresses
Date: Tue, 27 Mar 2012 10:54:15 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120316 Thunderbird/11.0

On 03/24/12 14:25, Stefan Weil wrote:
> v2:
> Fix signature of tb_find_pc in exec.c, too (hint from Blue Swirl, thanks).
> There remain lots of other long / unsigned long in exec.c which must be
> replaced by uintptr_t. This will be done in a separate patch. Here
> only one of these type casts is fixed.
> 
> Signed-off-by: Stefan Weil <address@hidden>
> ---
>  exec-all.h      |   33 ++++++++++++++++-----------------
>  exec.c          |    4 ++--
>  translate-all.c |    6 +++---
>  3 files changed, 21 insertions(+), 22 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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