diff options
Diffstat (limited to 'dev/kernel/HALKit/AMD64/HalDebugPort.cc')
| -rw-r--r-- | dev/kernel/HALKit/AMD64/HalDebugPort.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/HALKit/AMD64/HalDebugPort.cc b/dev/kernel/HALKit/AMD64/HalDebugPort.cc index e7448aa3..105fcf47 100644 --- a/dev/kernel/HALKit/AMD64/HalDebugPort.cc +++ b/dev/kernel/HALKit/AMD64/HalDebugPort.cc @@ -13,7 +13,7 @@ // after that we have start of additional data. namespace Kernel { -void rt_debug_listen(DebuggerPortHeader* theHook) noexcept { - NE_UNUSED(theHook); +void rt_debug_listen(KernelDebugHeader* the_hdr) noexcept { + NE_UNUSED(the_hdr); } } // namespace Kernel |
