summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/ArchKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/kernel/ArchKit')
-rw-r--r--dev/kernel/ArchKit/ArchKit.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev/kernel/ArchKit/ArchKit.h b/dev/kernel/ArchKit/ArchKit.h
index 04af0918..37793370 100644
--- a/dev/kernel/ArchKit/ArchKit.h
+++ b/dev/kernel/ArchKit/ArchKit.h
@@ -77,12 +77,11 @@ struct HAL_DISPATCH_ENTRY final {
operator bool() { return fHooked; }
};
-
typedef Kernel::Void (*rt_kerncall_proc)(Kernel::SizeT, Kernel::VoidPtr, Kernel::SizeT);
struct HAL_KERNEL_DISPATCH_ENTRY final {
- Kernel::UInt64 fHash;
- Kernel::Bool fHooked;
+ Kernel::UInt64 fHash;
+ Kernel::Bool fHooked;
rt_kerncall_proc fProc;
operator bool() { return fHooked; }