Misc psxtmtests: Use uint32_t not long for end_time to match printf() format expectations

This commit is contained in:
Joel Sherrill
2014-09-04 09:08:05 -05:00
parent 9aa6ddf0ce
commit de549c3df9
11 changed files with 27 additions and 26 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ void *POSIX_Init(
{
int status;
pthread_t threadId;
long end_time;
uint32_t end_time;
struct sched_param param;
int policy;