mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
arm64 : fix intptr_t size
This commit is contained in:
@@ -2041,7 +2041,7 @@ public:
|
||||
if ( !pHash )
|
||||
return m_objectList.InvalidIndex();
|
||||
|
||||
unsigned int hash = (unsigned int)pHash;
|
||||
uintp hash = (uintp)pHash;
|
||||
// mask off the extra bit we added to avoid zeros
|
||||
hash &= 0xFFFF;
|
||||
return (unsigned short)hash;
|
||||
|
||||
Reference in New Issue
Block a user