From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEmxK-0005qq-7S for qemu-devel@nongnu.org; Wed, 28 Aug 2013 17:07:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEmxH-0007o1-1V for qemu-devel@nongnu.org; Wed, 28 Aug 2013 17:07:10 -0400 Received: from hall.aurel32.net ([2001:470:1f0b:4a8::1]:35156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEmxG-0007nu-Py for qemu-devel@nongnu.org; Wed, 28 Aug 2013 17:07:06 -0400 Date: Wed, 28 Aug 2013 23:07:04 +0200 From: Aurelien Jarno Message-ID: <20130828210704.GH5908@ohm.aurel32.net> References: <1377190729-14008-1-git-send-email-rth@twiddle.net> <1377190729-14008-5-git-send-email-rth@twiddle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1377190729-14008-5-git-send-email-rth@twiddle.net> Subject: Re: [Qemu-devel] [PATCH 04/18] tcg: Fix next_tb type in cpu_exec List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org On Thu, Aug 22, 2013 at 09:58:35AM -0700, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > cpu-exec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/cpu-exec.c b/cpu-exec.c > index 14af2ed..5a43995 100644 > --- a/cpu-exec.c > +++ b/cpu-exec.c > @@ -209,7 +209,7 @@ int cpu_exec(CPUArchState *env) > int ret, interrupt_request; > TranslationBlock *tb; > uint8_t *tc_ptr; > - tcg_target_ulong next_tb; > + uintptr_t next_tb; > > if (cpu->halted) { > if (!cpu_has_work(cpu)) { Reviewed-by: Aurelien Jarno -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurelien@aurel32.net http://www.aurel32.net