mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-12 03:39:10 +00:00
arm64 : fix intptr_t size
This commit is contained in:
@@ -1147,7 +1147,7 @@ private:
|
||||
// Raw thread launching
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
inline unsigned FunctorExecuteThread( void *pParam )
|
||||
inline uintp FunctorExecuteThread( void *pParam )
|
||||
{
|
||||
CFunctor *pFunctor = (CFunctor *)pParam;
|
||||
(*pFunctor)();
|
||||
|
||||
Reference in New Issue
Block a user