From 9fa8d0eed545a3fa783560eef92c2400e9137dab Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 22 Feb 2011 14:41:17 +0000 Subject: =?UTF-8?q?2011-02-22=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * support/src/tmtests_support.c: loop_overhead and end_time are uint32_t's. --- testsuites/ChangeLog | 5 +++++ testsuites/support/src/tmtests_support.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'testsuites') diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index db6376125c..2a5fc3c455 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,8 @@ +2011-02-22 Ralf Corsépius + + * support/src/tmtests_support.c: + loop_overhead and end_time are uint32_t's. + 2011-02-22 Ralf Corsépius * support/src/spin.c, support/src/test_support.c, diff --git a/testsuites/support/src/tmtests_support.c b/testsuites/support/src/tmtests_support.c index aa9da5a7cb..c3208427ec 100644 --- a/testsuites/support/src/tmtests_support.c +++ b/testsuites/support/src/tmtests_support.c @@ -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