qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [4680] Increase the odds for the movei test to pass in syst


From: Edgar E. Iglesias
Subject: [Qemu-devel] [4680] Increase the odds for the movei test to pass in system simulation.
Date: Fri, 06 Jun 2008 11:00:58 +0000

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]