mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 20:14:45 +00:00
undo accidental whitespace removal
This commit is contained in:
parent
ed6a6ff6f4
commit
671b1359be
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ struct AddressSpace::Impl {
|
|||
ASSERT_MSG(it != placeholders.end(), "Cannot map already mapped region");
|
||||
ASSERT_MSG(virtual_addr >= it->lower() && virtual_addr + size <= it->upper(),
|
||||
"Map range must be fully contained in a placeholder");
|
||||
|
||||
// Windows only allows splitting a placeholder into two.
|
||||
// This means that if the map range is fully
|
||||
// contained the the placeholder we need to perform two split operations,
|
||||
|
|
Loading…
Add table
Reference in a new issue