2010-06-25 Joel Sherrill <joel.sherrilL@OARcorp.com>

* support/src/tmtests_support.c: Fix warning.
This commit is contained in:
Joel Sherrill
2010-06-25 16:59:06 +00:00
parent 69cab20e40
commit d04a7e9316
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
2010-06-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* support/src/tmtests_support.c: Fix warning.
2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/include/test_support.h, support/src/tmtests_empty_function.c:
+3 -3
View File
@@ -27,9 +27,9 @@ void rtems_time_test_measure_operation(
int overhead
)
{
int i;
int loop_overhead;
int end_time;
int i;
long loop_overhead;
int end_time;
benchmark_timer_initialize();
for (i=0 ; i<iterations ; i++ ) {