mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
commit
b523c2810e
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue