Final cleanup; completely working on TINI now (243 dhry/sec)
authorkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 20 Sep 2000 04:18:32 +0000 (04:18 +0000)
committerkvigor <kvigor@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Wed, 20 Sep 2000 04:18:32 +0000 (04:18 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@387 4a8a32a2-be11-0410-ad9d-d568d2c75423

support/tests/dhrystone/clock.c
support/tests/dhrystone/dhry.c

index 0c01a7833121cebcd49f68e02374e76ec056a95a..d2a759b13f0802e2fc49c68a72de4dc0baf4d439 100644 (file)
@@ -24,8 +24,6 @@ unsigned long clock(void) {
 
 void startTimer (void) 
 {
-  printf ("\n\rStarting timer 2 test.\n\r");
-
   // initialise timer
   ET2=0; // disable timer interrupts initially
   T2CON=0; // stop, timer mode, autoreload
index 025a3bb54a4527fcbad38d75d65521cd18f82e4a..e9fb740452ec24b9543a8f98c22ba6de581497cb 100644 (file)
@@ -243,10 +243,8 @@ int main(void)
     printf ("        should be:   %c\n", 'B');
     printf ("Arr_1_Glob[8]:       %d\n", Arr_1_Glob[8]);
     printf ("        should be:   %d\n", (int)7);
-#if 0
+#if 1
     printf ("Arr_2_Glob[8][7]:    %d\n", Arr_2_Glob[8][7]);
-#else
-    //    printf ("Arr_2_Glob[8][7]:    %d\n", Arr_2_Glob[8][7]);
 #endif
     printf ("        should be:   Number_Of_Runs + 10\n");
     printf ("Ptr_Glob->\n");