mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Compilation fix 2
This commit is contained in:
parent
9b5a3fd2b6
commit
a94d0771fe
1 changed files with 1 additions and 3 deletions
|
@ -37,9 +37,7 @@ bool DynamicMemoryBlockBase<PT>::IsInMyRange(const u64 addr, const u32 size)
|
||||||
template<typename PT>
|
template<typename PT>
|
||||||
bool DynamicMemoryBlockBase<PT>::IsMyAddress(const u64 addr)
|
bool DynamicMemoryBlockBase<PT>::IsMyAddress(const u64 addr)
|
||||||
{
|
{
|
||||||
if (!IsInMyRange(addr)) return false;
|
return IsInMyRange(addr);
|
||||||
|
|
||||||
return Memory.IsGoodAddr(addr);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
template<typename PT>
|
template<typename PT>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue