From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kna0D-0003mZ-3U for qemu-devel@nongnu.org; Wed, 08 Oct 2008 10:27:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kna0B-0003m2-T8 for qemu-devel@nongnu.org; Wed, 08 Oct 2008 10:27:00 -0400 Received: from [199.232.76.173] (port=46308 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kna0B-0003ls-Ln for qemu-devel@nongnu.org; Wed, 08 Oct 2008 10:26:59 -0400 Received: from savannah.gnu.org ([199.232.41.3]:40815 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 1Kna0B-000742-Ud for qemu-devel@nongnu.org; Wed, 08 Oct 2008 10:27:00 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1Kna0B-00025f-0N for qemu-devel@nongnu.org; Wed, 08 Oct 2008 14:26:59 +0000 Received: from edgar_igl by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1Kna0A-00025b-Qj for qemu-devel@nongnu.org; Wed, 08 Oct 2008 14:26:58 +0000 MIME-Version: 1.0 Errors-To: edgar_igl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: "Edgar E. Iglesias" Message-Id: Date: Wed, 08 Oct 2008 14:26:58 +0000 Subject: [Qemu-devel] [5449] CRIS: linux-user ERP compensation not needed anymore. 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: 5449 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5449 Author: edgar_igl Date: 2008-10-08 14:26:58 +0000 (Wed, 08 Oct 2008) Log Message: ----------- CRIS: linux-user ERP compensation not needed anymore. Modified Paths: -------------- trunk/linux-user/main.c Modified: trunk/linux-user/main.c =================================================================== --- trunk/linux-user/main.c 2008-10-08 14:22:17 UTC (rev 5448) +++ trunk/linux-user/main.c 2008-10-08 14:26:58 UTC (rev 5449) @@ -1966,7 +1966,6 @@ env->pregs[7], env->pregs[11]); env->regs[10] = ret; - env->pc += 2; break; case EXCP_DEBUG: {