filename | test/sh4/testsh4.c |
changeset | 533:9764673fd4a5 |
prev | 522:791d2f0fb7e7 |
next | 555:309c97260912 |
author | nkeynes |
date | Tue Nov 20 08:31:34 2007 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Fix TRAPA (translator) and add test case |
file | annotate | diff | log | raw |
1.1 --- a/test/sh4/testsh4.c Sat Nov 17 01:16:06 2007 +00001.2 +++ b/test/sh4/testsh4.c Tue Nov 20 08:31:34 2007 +00001.3 @@ -67,6 +67,7 @@1.4 test_shld();1.5 test_sub();1.6 test_subc();1.7 + test_trapa();1.8 test_tas();1.9 test_xtrct();1.10 fprintf( stdout, "--> %d/%d instruction tests passed (%d%%)\n\n",
.