From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K4Zgr-0002Kh-C2 for qemu-devel@nongnu.org; Fri, 06 Jun 2008 07:01:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K4Zgq-0002KJ-IX for qemu-devel@nongnu.org; Fri, 06 Jun 2008 07:01:00 -0400 Received: from [199.232.76.173] (port=35893 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4Zgq-0002KB-86 for qemu-devel@nongnu.org; Fri, 06 Jun 2008 07:01:00 -0400 Received: from savannah.gnu.org ([199.232.41.3]:57036 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 1K4Zgq-0005AI-2C for qemu-devel@nongnu.org; Fri, 06 Jun 2008 07:01:00 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1K4Zgp-0005N9-4p for qemu-devel@nongnu.org; Fri, 06 Jun 2008 11:00:59 +0000 Received: from edgar_igl by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1K4Zgo-0005N5-Vc for qemu-devel@nongnu.org; Fri, 06 Jun 2008 11:00:59 +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: Fri, 06 Jun 2008 11:00:58 +0000 Subject: [Qemu-devel] [4680] Increase the odds for the movei test to pass in system simulation. 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: 4680 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4680 Author: edgar_igl Date: 2008-06-06 11:00:58 +0000 (Fri, 06 Jun 2008) Log Message: ----------- Increase the odds for the movei test to pass in system simulation. Modified Paths: -------------- trunk/tests/cris/check_movei.s Modified: trunk/tests/cris/check_movei.s =================================================================== --- trunk/tests/cris/check_movei.s 2008-06-06 11:00:04 UTC (rev 4679) +++ trunk/tests/cris/check_movei.s 2008-06-06 11:00:58 UTC (rev 4680) @@ -7,8 +7,11 @@ .include "testutils.inc" start + move.d 0, $r3 ; A write that works. Check that flags are set correspondingly. move.d d,r4 + ;; store to bring it into the tlb with the right prot bits + move.d r3,[r4] moveq -2,r5 setf c clearf p