summaryrefslogtreecommitdiffhomepage
path: root/Private/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Private/Source')
-rw-r--r--Private/Source/PageManager.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/Source/PageManager.cxx b/Private/Source/PageManager.cxx
index 572effae..843aa66c 100644
--- a/Private/Source/PageManager.cxx
+++ b/Private/Source/PageManager.cxx
@@ -11,8 +11,8 @@
#include <HALKit/AMD64/HalPageAlloc.hpp>
#endif // ifdef __x86_64__
-//! null deref will throw (Page Zero detected, aborting program!)
-#define kProtectedRegionEnd 512
+//! null deref will throw (Page Zero detected, aborting app!)
+#define kProtectedRegionEnd (512)
namespace HCore {
PTEWrapper::PTEWrapper(Boolean Rw, Boolean User, Boolean ExecDisable,