summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-11-15 09:17:50 +0100
committerGitHub <noreply@github.com>2024-11-15 09:17:50 +0100
commit0751824cef0938eccbdf77383a80e264dacb1875 (patch)
tree69625551ef1d9d58e2d549fd5a6f7d02cccf8a56 /dev
parentf6e75fcd5db4cabd6467bae8f4b00d76ee095cfb (diff)
Update PageMgr.h
Diffstat (limited to 'dev')
-rw-r--r--dev/ZKAKit/NewKit/PageMgr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZKAKit/NewKit/PageMgr.h b/dev/ZKAKit/NewKit/PageMgr.h
index f7f1f282..4102fd63 100644
--- a/dev/ZKAKit/NewKit/PageMgr.h
+++ b/dev/ZKAKit/NewKit/PageMgr.h
@@ -29,8 +29,8 @@ namespace Kernel
public:
const UIntPtr VirtualAddress();
- void NoExecute(const bool enable = false);
- const Bool& NoExecute();
+ Void NoExecute(const bool enable = false);
+ Bool NoExecute();
operator bool()
{