Integer constants larger than int need a type suffix.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7264 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
50c2f61d24
commit
1b8f476024
|
@ -213,7 +213,7 @@ inline u64 CreateMapId(u32 address, u32 size)
|
|||
|
||||
inline u64 CreateVMapId(u32 VATUSED)
|
||||
{
|
||||
u64 vmap_id = 0x9368e53c2f6af274 ^ g_VtxDesc.Hex;
|
||||
u64 vmap_id = 0x9368e53c2f6af274ULL ^ g_VtxDesc.Hex;
|
||||
for(int i = 0; i < 8 ; i++)
|
||||
{
|
||||
if(VATUSED & (1 << i))
|
||||
|
|
Loading…
Reference in New Issue