mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-05 15:49:20 +00:00
Don't make assumptions about address format
This commit is contained in:
parent
06e2324809
commit
ac276eae62
1 changed files with 0 additions and 1 deletions
|
@ -574,7 +574,6 @@ namespace stx
|
||||||
}
|
}
|
||||||
|
|
||||||
// Random checks which may fail on invalid pointer
|
// Random checks which may fail on invalid pointer
|
||||||
ensure((reinterpret_cast<u64>(r.d()->destroy.load()) - 0x10000) >> 47 == 0);
|
|
||||||
ensure((r.d()->refs++ - 1) >> 58 == 0);
|
ensure((r.d()->refs++ - 1) >> 58 == 0);
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue