From: kvigor Date: Wed, 20 Sep 2000 04:18:32 +0000 (+0000) Subject: Final cleanup; completely working on TINI now (243 dhry/sec) X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=4f8e20491dd3243058d3e8fa8c8ebaf0dcccbb47;p=fw%2Fsdcc Final cleanup; completely working on TINI now (243 dhry/sec) git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@387 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/support/tests/dhrystone/clock.c b/support/tests/dhrystone/clock.c index 0c01a783..d2a759b1 100644 --- a/support/tests/dhrystone/clock.c +++ b/support/tests/dhrystone/clock.c @@ -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 diff --git a/support/tests/dhrystone/dhry.c b/support/tests/dhrystone/dhry.c index 025a3bb5..e9fb7404 100644 --- a/support/tests/dhrystone/dhry.c +++ b/support/tests/dhrystone/dhry.c @@ -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");