From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jt8S4-00073R-HG for qemu-devel@nongnu.org; Mon, 05 May 2008 17:42:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jt8S3-00072N-MW for qemu-devel@nongnu.org; Mon, 05 May 2008 17:42:27 -0400 Received: from [199.232.76.173] (port=36038 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jt8S3-00071i-BH for qemu-devel@nongnu.org; Mon, 05 May 2008 17:42:27 -0400 Received: from savannah.gnu.org ([199.232.41.3] 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 1Jt8Rx-00041S-Vt for qemu-devel@nongnu.org; Mon, 05 May 2008 17:42:23 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1Jt8Rw-0008Pt-07 for qemu-devel@nongnu.org; Mon, 05 May 2008 21:42:20 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1Jt8Rv-0008Po-I3 for qemu-devel@nongnu.org; Mon, 05 May 2008 21:42:19 +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: Mon, 05 May 2008 21:42:19 +0000 Subject: [Qemu-devel] [4348] Really really revert commit r4343 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: 4348 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4348 Author: aurel32 Date: 2008-05-05 21:42:19 +0000 (Mon, 05 May 2008) Log Message: ----------- Really really revert commit r4343 Modified Paths: -------------- trunk/target-mips/translate.c Modified: trunk/target-mips/translate.c =================================================================== --- trunk/target-mips/translate.c 2008-05-05 21:35:09 UTC (rev 4347) +++ trunk/target-mips/translate.c 2008-05-05 21:42:19 UTC (rev 4348) @@ -2883,6 +2883,8 @@ default: goto die; } + /* Stop translation as we may have switched the execution mode */ + ctx->bstate = BS_STOP; break; case 12: switch (sel) { @@ -4038,6 +4040,8 @@ default: goto die; } + /* Stop translation as we may have switched the execution mode */ + ctx->bstate = BS_STOP; break; case 12: switch (sel) {