diff options
| author | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-11-15 09:17:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-15 09:17:50 +0100 |
| commit | 0751824cef0938eccbdf77383a80e264dacb1875 (patch) | |
| tree | 69625551ef1d9d58e2d549fd5a6f7d02cccf8a56 | |
| parent | f6e75fcd5db4cabd6467bae8f4b00d76ee095cfb (diff) | |
Update PageMgr.h
| -rw-r--r-- | dev/ZKAKit/NewKit/PageMgr.h | 4 |
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() { |
