mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-16 07:10:40 +00:00
Little fix
This commit is contained in:
parent
5835669dd9
commit
2331c5991a
@ -79,12 +79,6 @@ bool DynamicMemoryBlockBase<PT>::AllocFixed(u64 addr, u32 size)
|
||||
return false;
|
||||
}
|
||||
|
||||
if (IsMyAddress(addr) || IsMyAddress(addr + size - 1))
|
||||
{
|
||||
assert(0);
|
||||
return false;
|
||||
}
|
||||
|
||||
std::lock_guard<std::mutex> lock(m_lock);
|
||||
|
||||
for (u32 i = 0; i<m_allocated.size(); ++i)
|
||||
|
Loading…
Reference in New Issue
Block a user