arm64 : fix intptr_t size

This commit is contained in:
hymei
2022-06-05 01:12:32 +03:00
committed by nillerusr
parent 2690e6c85a
commit 4e4039d756
143 changed files with 1015 additions and 674 deletions
+3 -3
View File
@@ -135,7 +135,7 @@ void ValidateBuckets()
}
}
unsigned PopThreadFunc( void *)
uintp PopThreadFunc( void *)
{
ThreadSetDebugName( "PopThread" );
g_nPopThreads++;
@@ -165,7 +165,7 @@ unsigned PopThreadFunc( void *)
return 0;
}
unsigned PushThreadFunc( void * )
uintp PushThreadFunc( void * )
{
ThreadSetDebugName( "PushThread" );
g_nPushThreads++;
@@ -306,7 +306,7 @@ void PushPopInterleavedTest()
TestEnd();
}
unsigned PushPopInterleavedTestThreadFunc( void * )
uintp PushPopInterleavedTestThreadFunc( void * )
{
ThreadSetDebugName( "PushPopThread" );
g_nThreads++;