Commit 54f25d0af585cb8d8b1288191c06a9abd193a854
1 parent
bd3a8454
Increase the odds for the movei test to pass in system simulation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4680 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
3 additions
and
0 deletions
tests/cris/check_movei.s
... | ... | @@ -7,8 +7,11 @@ |
7 | 7 | .include "testutils.inc" |
8 | 8 | start |
9 | 9 | |
10 | + move.d 0, $r3 | |
10 | 11 | ; A write that works. Check that flags are set correspondingly. |
11 | 12 | move.d d,r4 |
13 | + ;; store to bring it into the tlb with the right prot bits | |
14 | + move.d r3,[r4] | |
12 | 15 | moveq -2,r5 |
13 | 16 | setf c |
14 | 17 | clearf p | ... | ... |