Search
lxdream.org :: lxdream/test/sh4/testsh4.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/sh4/testsh4.c
changeset 233:f8333b94f503
prev231:a9e61a96a885
next357:3592a10b3242
author nkeynes
date Sat Jan 06 04:06:36 2007 +0000 (17 years ago)
permissions -rw-r--r--
last change Implement event queue.
Fix pvr2 timing (yes, again).
file annotate diff log raw
1.1 --- a/test/sh4/testsh4.c Tue Sep 26 11:05:38 2006 +0000
1.2 +++ b/test/sh4/testsh4.c Sat Jan 06 04:06:36 2007 +0000
1.3 @@ -60,6 +60,7 @@
1.4
1.5 fprintf( stdout, "Exception tests...\n" );
1.6 test_slot_illegal();
1.7 + test_undefined();
1.8 remove_interrupt_handler();
1.9
1.10 fprintf( stdout, "Total: %d/%d tests passed (%d%%)\n", total_tests-total_fails,
.