summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/KernelKit/BinaryMutex.h
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-04-25 13:10:03 +0200
committerAmlal <amlal@nekernel.org>2025-04-25 13:10:03 +0200
commitf11b6571d6d45b6d283761031b64b205fed63cf1 (patch)
treeae89163bea33de6ab5c78d123f98315afba90d9a /dev/kernel/KernelKit/BinaryMutex.h
parentfb790b07aeba8e22e4190cf3e1834d11ecde6c96 (diff)
dev: compiler error fixes.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/KernelKit/BinaryMutex.h')
-rw-r--r--dev/kernel/KernelKit/BinaryMutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/KernelKit/BinaryMutex.h b/dev/kernel/KernelKit/BinaryMutex.h
index 5b7200f9..a1cd5b7c 100644
--- a/dev/kernel/KernelKit/BinaryMutex.h
+++ b/dev/kernel/KernelKit/BinaryMutex.h
@@ -34,6 +34,6 @@ class BinaryMutex final {
NE_COPY_DEFAULT(BinaryMutex)
private:
- USER_PROCESS fLockingProcess;
+ USER_PROCESS& fLockingProcess;
};
} // namespace Kernel