mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 19:44:36 +08:00
2010-06-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* support/src/tmtests_support.c: Fix warning.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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++ ) {
|
||||
|
||||
Reference in New Issue
Block a user