From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaejX-00011z-AM for qemu-devel@nongnu.org; Tue, 02 Sep 2008 18:52:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaejW-00010k-B3 for qemu-devel@nongnu.org; Tue, 02 Sep 2008 18:52:22 -0400 Received: from [199.232.76.173] (port=45548 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaejW-00010a-6N for qemu-devel@nongnu.org; Tue, 02 Sep 2008 18:52:22 -0400 Received: from dlf002.delfnet.com.pl ([83.149.99.102]:57326) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KaejW-0007rB-Cn for qemu-devel@nongnu.org; Tue, 02 Sep 2008 18:52:22 -0400 Received: from node.fust.cc ([62.121.68.176] helo=pysz) by dlf002.delfnet.com.pl with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KaeiT-0006Df-Aj for qemu-devel@nongnu.org; Wed, 03 Sep 2008 00:51:17 +0200 From: Sebastian Kaliszewski Subject: Re: [Qemu-devel] [5132] SH4: fix a regression introduced in r5122 Date: Wed, 3 Sep 2008 01:01:17 +0200 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200809030101.17786.s@informa.pl> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Dnia Tuesday 02 of September 2008, Aurelien Jarno napisa=C5=82: > Revision: 5132 > http://svn.sv.gnu.org/viewvc/?view=3Drev&root=3Dqemu&revision= =3D5132 > Author: aurel32 > Date: 2008-09-02 08:42:16 +0000 (Tue, 02 Sep 2008) > > Log Message: > ----------- > SH4: fix a regression introduced in r5122 > > Signed-off-by: Aurelien Jarno > > Modified Paths: > -------------- > trunk/target-sh4/translate.c > > Modified: trunk/target-sh4/translate.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- trunk/target-sh4/translate.c 2008-09-02 00:09:35 UTC (rev 5131) > +++ trunk/target-sh4/translate.c 2008-09-02 08:42:16 UTC (rev 5132) > @@ -1392,7 +1392,7 @@ > tcg_gen_qemu_st32 (cpu_##reg, addr, ctx->memidx); \ > tcg_temp_free(addr); \ > tcg_gen_subi_i32(REG(B11_8), REG(B11_8), 4); \ > - } > + } \ > return; > LDST(gbr, 0x401e, 0x4017, 0x0012, 0x4013) > LDST(vbr, 0x402e, 0x4027, 0x0022, 0x4023) Hello! Hmm, this is just adding one space, are you sure the right thing go commited rgds \S.K.