From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44735 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMT7Z-0003wk-TG for qemu-devel@nongnu.org; Wed, 09 Jun 2010 17:47:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMT7Y-0000EF-IB for qemu-devel@nongnu.org; Wed, 09 Jun 2010 17:47:37 -0400 Received: from hall.aurel32.net ([88.191.82.174]:47552) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMT7Y-0000DQ-Ce for qemu-devel@nongnu.org; Wed, 09 Jun 2010 17:47:36 -0400 Date: Wed, 9 Jun 2010 23:47:24 +0200 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH] target-mips: Fix compilation Message-ID: <20100609214724.GA1940@ohm.aurel32.net> References: <1276114180-24035-1-git-send-email-weil@mail.berlios.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1276114180-24035-1-git-send-email-weil@mail.berlios.de> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers , Nathan Froyd On Wed, Jun 09, 2010 at 10:09:40PM +0200, Stefan Weil wrote: > TCGv t1 needs tcg_temp_free instead of tcg_temp_free_i32. > > Cc: Nathan Froyd > Cc: Aurelien Jarno > Signed-off-by: Stefan Weil > --- > target-mips/translate.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thanks for spotting this, I have just applied the patch. > diff --git a/target-mips/translate.c b/target-mips/translate.c > index 3473281..940f57c 100644 > --- a/target-mips/translate.c > +++ b/target-mips/translate.c > @@ -9478,7 +9478,7 @@ static void gen_ldst_multiple (DisasContext *ctx, uint32_t opc, int reglist, > } > MIPS_DEBUG("%s, %x, %d(%s)", opn, reglist, offset, regnames[base]); > tcg_temp_free(t0); > - tcg_temp_free_i32(t1); > + tcg_temp_free(t1); > tcg_temp_free_i32(t2); > } > > -- > 1.7.1 > > > -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurelien@aurel32.net http://www.aurel32.net