From de549c3df9310861ccd4b19ef837bb94565b2290 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 3 Sep 2014 10:16:43 -0500 Subject: Misc psxtmtests: Use uint32_t not long for end_time to match printf() format expectations --- testsuites/psxtmtests/psxtmthread05/init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuites/psxtmtests/psxtmthread05') diff --git a/testsuites/psxtmtests/psxtmthread05/init.c b/testsuites/psxtmtests/psxtmthread05/init.c index 98346b6be6..f127663fab 100644 --- a/testsuites/psxtmtests/psxtmthread05/init.c +++ b/testsuites/psxtmtests/psxtmthread05/init.c @@ -54,7 +54,8 @@ void *test_thread( void *argument ) { - long end_time; + uint32_t end_time; + sched_yield(); end_time = benchmark_timer_read(); -- cgit v1.2.3