From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDdbL-0000hu-KF for qemu-devel@nongnu.org; Mon, 17 Sep 2012 11:51:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDdbC-0002hq-0C for qemu-devel@nongnu.org; Mon, 17 Sep 2012 11:51:11 -0400 Received: from cantor2.suse.de ([195.135.220.15]:38986 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDdbB-0002hK-Pl for qemu-devel@nongnu.org; Mon, 17 Sep 2012 11:51:01 -0400 Message-ID: <505746E1.4080509@suse.de> Date: Mon, 17 Sep 2012 17:50:57 +0200 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <1347895732-22212-1-git-send-email-rth@twiddle.net> <1347895732-22212-14-git-send-email-rth@twiddle.net> In-Reply-To: <1347895732-22212-14-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 13/13] tcg: Fix !USE_DIRECT_JUMP List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: blauwirbel@gmail.com, Stefan Weil , qemu-devel@nongnu.org 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. >=20 > Signed-off-by: Richard Henderson Reviewed-by: Andreas F=E4rber /-F > --- > tcg/tcg.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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 { > =20 > /* 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; /* !=3D NULL if USE_DIRECT_JUMP */ > =20 --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg