* [Qemu-devel] [4680] Increase the odds for the movei test to pass in system simulation.
@ 2008-06-06 11:00 Edgar E. Iglesias
0 siblings, 0 replies; only message in thread
From: Edgar E. Iglesias @ 2008-06-06 11:00 UTC (permalink / raw)
To: qemu-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-06-06 11:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-06 11:00 [Qemu-devel] [4680] Increase the odds for the movei test to pass in system simulation Edgar E. Iglesias
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).