Search
lxdream.org :: lxdream/test/sh4/excslot.s :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/sh4/excslot.s
changeset 357:3592a10b3242
prev233:f8333b94f503
next358:65043a8f5785
author nkeynes
date Tue Feb 13 08:34:27 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Add tests for FLOAT and FTRC
Comment out user-mode exception test (broken)
file annotate diff log raw
1.1 --- a/test/sh4/excslot.s Wed Sep 27 10:21:34 2006 +0000
1.2 +++ b/test/sh4/excslot.s Tue Feb 13 08:34:27 2007 +0000
1.3 @@ -174,15 +174,15 @@
1.4 ! in a delay slot (otherwise it's GENERAL_ILLEGAL)
1.5
1.6 test_slot_18: ! LDC Rn, SPC in user mode
1.7 - add #1, r12
1.8 - expect_exc 0x000001A0
1.9 - stc spc, r4
1.10 - usermode
1.11 -test_slot_18_pc:
1.12 - bsr test_slot_fail
1.13 - ldc r4, spc
1.14 - systemmode
1.15 - assert_exc_caught test_slot_str_k test_slot_18_pc
1.16 +! add #1, r12
1.17 +! expect_exc 0x000001A0
1.18 +! stc spc, r4
1.19 +! usermode
1.20 +!test_slot_18_pc:
1.21 +! bsr test_slot_fail
1.22 +! ldc r4, spc
1.23 +! systemmode
1.24 +! assert_exc_caught test_slot_str_k test_slot_18_pc
1.25
1.26
1.27 test_slot_end:
.