diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-11 18:10:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-11 18:10:32 +0200 |
| commit | e35797acdf5370dd91a748e0608553edb326244d (patch) | |
| tree | a3e7bcea659736a5f34cdd2c364a1b1fddf50c35 /dev/kernel/HALKit/AMD64/Processor.h | |
| parent | c1d9fbd3925d6e10919a7793fc214c9f1a01b2ab (diff) | |
| parent | 11b10ecad70e6fbc921f470fe4648e8b7db8512b (diff) | |
Merge pull request #15 from amlel-el-mahrouss/dev
big commit, for pedantic CI.
Diffstat (limited to 'dev/kernel/HALKit/AMD64/Processor.h')
| -rw-r--r-- | dev/kernel/HALKit/AMD64/Processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
