summaryrefslogtreecommitdiffhomepage
path: root/Private/HALKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/HALKit')
-rw-r--r--Private/HALKit/AMD64/HalDebugPort.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/HALKit/AMD64/HalDebugPort.cxx b/Private/HALKit/AMD64/HalDebugPort.cxx
index b8127b1a..df3fc6e9 100644
--- a/Private/HALKit/AMD64/HalDebugPort.cxx
+++ b/Private/HALKit/AMD64/HalDebugPort.cxx
@@ -13,7 +13,7 @@
// after that we have start of additional data.
namespace HCore {
-void rt_debug_listen(DebuggerPorts* theHook) noexcept {
+void rt_debug_listen(DebuggerPortHeader* theHook) noexcept {
if (theHook == nullptr) return;
for (UInt32 i = 0U; i < kDebugMaxPorts; ++i) {