Am 17.09.2012 17:28, schrieb Richard Henderson:
> Commit 6375e09e changed the type of TranslationBlock.tb_next,
> but failed to change the type of TCGContext.tb_next.
> 
> Signed-off-by: Richard Henderson <r...@twiddle.net>

Reviewed-by: Andreas Färber <afaer...@suse.de>

/-F

> ---
>  tcg/tcg.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tcg/tcg.h b/tcg/tcg.h
> index 7a72729..21016ec 100644
> --- a/tcg/tcg.h
> +++ b/tcg/tcg.h
> @@ -343,7 +343,7 @@ struct TCGContext {
>  
>      /* goto_tb support */
>      uint8_t *code_buf;
> -    unsigned long *tb_next;
> +    uintptr_t *tb_next;
>      uint16_t *tb_next_offset;
>      uint16_t *tb_jmp_offset; /* != NULL if USE_DIRECT_JUMP */
>  

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

Reply via email to