summaryrefslogtreecommitdiff
path: root/Kernel/VM
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/VM')
-rw-r--r--Kernel/VM/Region.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/VM/Region.cpp b/Kernel/VM/Region.cpp
index 3c93cfff7c..15fddd0a5f 100644
--- a/Kernel/VM/Region.cpp
+++ b/Kernel/VM/Region.cpp
@@ -59,6 +59,7 @@ bool Region::page_in()
bool success = MM.page_in_from_inode(*this, i);
if (!success)
return false;
+ continue;
}
MM.remap_region_page(*this, i, true);
}