diff options
author | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-06 11:00:58 +0000 |
---|---|---|
committer | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-06 11:00:58 +0000 |
commit | 54f25d0af585cb8d8b1288191c06a9abd193a854 (patch) | |
tree | 56e2d0d588eea8bcd0824839e939ba3f843faded /tests/cris | |
parent | bd3a8454391bb04d515a48b9547e4fe929a852ba (diff) | |
download | qemu-54f25d0af585cb8d8b1288191c06a9abd193a854.tar.gz qemu-54f25d0af585cb8d8b1288191c06a9abd193a854.tar.bz2 qemu-54f25d0af585cb8d8b1288191c06a9abd193a854.zip |
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
Diffstat (limited to 'tests/cris')
-rw-r--r-- | tests/cris/check_movei.s | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cris/check_movei.s b/tests/cris/check_movei.s index 2defda5f30..bbfa633373 100644 --- a/tests/cris/check_movei.s +++ b/tests/cris/check_movei.s @@ -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 |