filename | test/Makefile.in |
changeset | 1083:34895c8bab20 |
prev | 1082:852fc1db460a |
next | 1085:0be1958dd207 |
author | nkeynes |
date | Wed Dec 02 10:36:49 2009 +1000 (11 years ago) |
permissions | -rw-r--r-- |
last change | Add missing SUBV instruction to the emulation core (translation core is ok), along with test cases. Thanks to D. Jeff Dionne for pointing this out. |
file | annotate | diff | log | raw |
1.1 --- a/test/Makefile.in Wed Dec 02 10:03:40 2009 +10001.2 +++ b/test/Makefile.in Wed Dec 02 10:36:49 2009 +10001.3 @@ -96,7 +96,7 @@1.4 sh4/bf.so sh4/bsr.so sh4/bt.so sh4/cmp.so sh4/cmpstr.so \1.5 sh4/div0.so sh4/div1.so sh4/float.so sh4/fmov.so sh4/ftrc.so \1.6 sh4/ldc.so sh4/mac.so \1.7 - sh4/rot.so sh4/shl.so sh4/shld.so sh4/sub.so sh4/subc.so \1.8 + sh4/rot.so sh4/shl.so sh4/shld.so sh4/sub.so sh4/subc.so sh4/subv.so \1.9 sh4/trapa.so sh4/tas.so sh4/xtrct.so \1.10 sh4/excslot.so sh4/undef.so sh4/tlb.so sh4/vmexit.so1.11 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
.