mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 09:49:36 +00:00
arm64 : fix intptr_t size
This commit is contained in:
+3
-3
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user