summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/object/message_queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/object/message_queue.h b/core/object/message_queue.h
index 68969dfd39..2349c6d869 100644
--- a/core/object/message_queue.h
+++ b/core/object/message_queue.h
@@ -61,7 +61,7 @@ private:
};
Mutex mutex;
- typedef PagedAllocator<Page, true> Allocator;
+ typedef PagedAllocator<Page, false> Allocator;
Allocator *allocator = nullptr;
bool allocator_is_custom = false;