undo accidental whitespace removal

This commit is contained in:
Borchev 2024-07-26 19:01:07 -07:00
parent ed6a6ff6f4
commit 671b1359be

View file

@ -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,