Search
lxdream.org :: lxdream :: r523:f33381d87c2a
lxdream 0.9.1
released Jun 29
Download Now
changeset523:f33381d87c2a
parent522:791d2f0fb7e7
child524:96c0ee659cba
authornkeynes
dateSat Nov 17 01:17:01 2007 +0000 (16 years ago)
Skip over the "undefined" instructions that actually pass on the SH4 - leaving
in until we can determine if they actually do anything, or if they're
effectively NOPs
test/sh4/undef.s
1.1 --- a/test/sh4/undef.s Sat Nov 17 01:16:06 2007 +0000
1.2 +++ b/test/sh4/undef.s Sat Nov 17 01:17:01 2007 +0000
1.3 @@ -39,7 +39,11 @@
1.4 not r1, r1
1.5 and r0, r1
1.6 ldc r1, sr
1.7 -
1.8 + bra test_undef_end
1.9 + nop
1.10 +! The following don't actually raise an exception, so skip over for the
1.11 +! moment.
1.12 +
1.13 ! Gaps in the STC range (0x0nn2)
1.14 test_undef_2: ! 0x52
1.15 add #1, r12
.