mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 18:23:57 +08:00
2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/src/tmtests_support.c: loop_overhead and end_time are uint32_t's.
This commit is contained in:
@@ -34,8 +34,8 @@ void rtems_time_test_measure_operation(
|
||||
)
|
||||
{
|
||||
int i;
|
||||
long loop_overhead;
|
||||
int end_time;
|
||||
uint32_t loop_overhead;
|
||||
uint32_t end_time;
|
||||
|
||||
benchmark_timer_initialize();
|
||||
for (i=0 ; i<iterations ; i++ ) {
|
||||
|
||||
Reference in New Issue
Block a user