summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKAKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKAKit')
-rw-r--r--dev/ZKAKit/HALKit/AMD64/HalDebugPort.cc2
-rw-r--r--dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZKAKit/HALKit/AMD64/HalDebugPort.cc b/dev/ZKAKit/HALKit/AMD64/HalDebugPort.cc
index bd2a0037..eba75654 100644
--- a/dev/ZKAKit/HALKit/AMD64/HalDebugPort.cc
+++ b/dev/ZKAKit/HALKit/AMD64/HalDebugPort.cc
@@ -34,7 +34,7 @@ namespace Kernel
HAL::rt_wait_400ns();
if (HAL::In16(theHook->fPort[i] != kDebugUnboundPort))
- theHook->fBoundCnt++;
+ ++theHook->fBoundCnt;
}
}
} // namespace Kernel
diff --git a/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm b/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm
index 942530d7..bf36194a 100644
--- a/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm
+++ b/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm
@@ -1,7 +1,7 @@
;; /*
;; * ---------------------------------------------------
;; *
-;; * Copyright EL Mahrouss Logic., all rights reserved.
+;; * Copyright EL Mahrouss Logic, all rights reserved.
;; *
;; * File: HalInterruptAPI.asm
;; * Purpose: Interrupt API, redirect raw interrupts into their handlers.