summaryrefslogtreecommitdiff
path: root/runtime/runtime.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r--runtime/runtime.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index 9248bb928c..30d45871ff 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -1167,7 +1167,6 @@ bool Runtime::Init(RuntimeArgumentMap&& runtime_options_in) {
kPageSize,
PROT_NONE,
/* low_4g */ true,
- /* reuse */ false,
/* error_msg */ nullptr);
if (!protected_fault_page_.IsValid()) {
LOG(WARNING) << "Could not reserve sentinel fault page";