diff options
Diffstat (limited to 'dev/zka/HALKit')
| -rw-r--r-- | dev/zka/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc | 8 | ||||
| -rw-r--r-- | dev/zka/HALKit/AMD64/PCI/Iterator.cc | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev/zka/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc b/dev/zka/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc index 7dd0b68e..b8a84075 100644 --- a/dev/zka/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc +++ b/dev/zka/HALKit/AMD64/HalCoreInterruptHandlerAMD64.cc @@ -71,12 +71,12 @@ EXTERN_C Kernel::Void hal_system_call_enter(Kernel::UIntPtr rcx_syscall_index, K } else { - kcout << "syscall: syscall isn't valid at all! (is nullptr)\r"; + kcout << "syscall: syscall isn't valid at all! (is nullptr)\r"; } } else { - kcout << "syscall: syscall isn't hooked at all! (is set to false)\r"; + kcout << "syscall: syscall isn't hooked at all! (is set to false)\r"; } kcout << "syscall: Exit Syscall.\r"; @@ -100,12 +100,12 @@ EXTERN_C Kernel::Void hal_kernel_call_enter(Kernel::UIntPtr rcx_kerncall_index, } else { - kcout << "kerncall: syscall isn't valid at all! (is nullptr)\r"; + kcout << "kerncall: syscall isn't valid at all! (is nullptr)\r"; } } else { - kcout << "kerncall: syscall isn't hooked at all! (is set to false)\r"; + kcout << "kerncall: syscall isn't hooked at all! (is set to false)\r"; } kcout << "kerncall: Exit Kcall.\r"; diff --git a/dev/zka/HALKit/AMD64/PCI/Iterator.cc b/dev/zka/HALKit/AMD64/PCI/Iterator.cc index edafe07b..d7e6f7d8 100644 --- a/dev/zka/HALKit/AMD64/PCI/Iterator.cc +++ b/dev/zka/HALKit/AMD64/PCI/Iterator.cc @@ -17,7 +17,7 @@ namespace Kernel::PCI { for (int function = 0; function < ZKA_FUNCTION_COUNT; ++function) { - auto bar = 0x00; + auto bar = 0x00; Device dev(bus, device, function, bar); |
