From 036e6c41bcb9d2891909934f722670554d04de9a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 11 Apr 2025 17:57:15 +0200 Subject: big commit, for pedantic CI. Signed-off-by: Amlal El Mahrouss --- dev/kernel/HALKit/AMD64/Processor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/kernel/HALKit') diff --git a/dev/kernel/HALKit/AMD64/Processor.h b/dev/kernel/HALKit/AMD64/Processor.h index ff9d13a5..084bc962 100644 --- a/dev/kernel/HALKit/AMD64/Processor.h +++ b/dev/kernel/HALKit/AMD64/Processor.h @@ -268,7 +268,7 @@ namespace Kernel::HAL explicit APICController(VoidPtr base); ~APICController() = default; - NE_COPY_DEFAULT(APICController); + NE_COPY_DEFAULT(APICController) public: UInt32 Read(UInt32 reg) noexcept; -- cgit v1.2.3