summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/ArchKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKA/ArchKit')
-rw-r--r--dev/ZKA/ArchKit/ArchKit.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/ZKA/ArchKit/ArchKit.hxx b/dev/ZKA/ArchKit/ArchKit.hxx
index f0f3a2ae..9659182c 100644
--- a/dev/ZKA/ArchKit/ArchKit.hxx
+++ b/dev/ZKA/ArchKit/ArchKit.hxx
@@ -91,6 +91,11 @@ struct HAL_SYSCALL_RECORD final
Kernel::Int64 fHash;
Kernel::Bool fHooked;
rt_syscall_proc fProc;
+
+ operator bool()
+ {
+ return fHooked;
+ }
};
inline Kernel::Array<HAL_SYSCALL_RECORD,