From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LnifA-0001Cj-PA for qemu-devel@nongnu.org; Sat, 28 Mar 2009 20:14:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LnifA-0001C4-4N for qemu-devel@nongnu.org; Sat, 28 Mar 2009 20:14:08 -0400 Received: from [199.232.76.173] (port=58792 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lnif9-0001Bs-T5 for qemu-devel@nongnu.org; Sat, 28 Mar 2009 20:14:07 -0400 Received: from savannah.gnu.org ([199.232.41.3]:56702 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lnif9-0005SI-NA for qemu-devel@nongnu.org; Sat, 28 Mar 2009 20:14:07 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Lnif9-0002es-6v for qemu-devel@nongnu.org; Sun, 29 Mar 2009 00:14:07 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1Lnif8-0002en-Ua for qemu-devel@nongnu.org; Sun, 29 Mar 2009 00:14:07 +0000 MIME-Version: 1.0 Errors-To: aurel32 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Aurelien Jarno Message-Id: Date: Sun, 29 Mar 2009 00:14:06 +0000 Subject: [Qemu-devel] [6925] target-alpha: fix temp free for hw_st 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 Revision: 6925 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6925 Author: aurel32 Date: 2009-03-29 00:14:06 +0000 (Sun, 29 Mar 2009) Log Message: ----------- target-alpha: fix temp free for hw_st No need to stop translation after hw_st. Signed-off-by: Tristan Gingold Signed-off-by: Aurelien Jarno Modified Paths: -------------- trunk/target-alpha/translate.c Modified: trunk/target-alpha/translate.c =================================================================== --- trunk/target-alpha/translate.c 2009-03-29 00:13:56 UTC (rev 6924) +++ trunk/target-alpha/translate.c 2009-03-29 00:14:06 UTC (rev 6925) @@ -2186,11 +2186,10 @@ /* Invalid */ goto invalid_opc; } - if (ra != 31) + if (ra == 31) tcg_temp_free(val); tcg_temp_free(addr); } - ret = 2; break; #endif case 0x20: