From 4a2d1ea4acc5581ecf3da509469e29f4fd2f4a9a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 8 Feb 2011 08:26:13 +0000 Subject: =?UTF-8?q?2011-02-08=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * psxtmmutex02/init.c, psxtmthread03/init.c: end_time is a uint32_t. --- testsuites/psxtmtests/psxtmthread03/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtmtests/psxtmthread03') diff --git a/testsuites/psxtmtests/psxtmthread03/init.c b/testsuites/psxtmtests/psxtmthread03/init.c index 084650b664..55b21d16f0 100644 --- a/testsuites/psxtmtests/psxtmthread03/init.c +++ b/testsuites/psxtmtests/psxtmthread03/init.c @@ -21,7 +21,7 @@ void *Low( void *argument ) { - long end_time; + uint32_t end_time; /* * Now we have finished the thread startup overhead, -- cgit v1.2.3