From ceabd82ac8e796249feacf39c836034ed5e11c6d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 29 Nov 2025 15:01:34 -0500 Subject: chore: source code review and fixes. Signed-off-by: Amlal El Mahrouss --- src/kernel/HALKit/AMD64/HalTimer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kernel/HALKit/AMD64/HalTimer.cc') diff --git a/src/kernel/HALKit/AMD64/HalTimer.cc b/src/kernel/HALKit/AMD64/HalTimer.cc index f6488b05..8d5c0737 100644 --- a/src/kernel/HALKit/AMD64/HalTimer.cc +++ b/src/kernel/HALKit/AMD64/HalTimer.cc @@ -79,7 +79,7 @@ HardwareTimer::~HardwareTimer() { /// @brief Wait for the timer to stop spinning. /***********************************************************************************/ -BOOL HardwareTimer::Wait() noexcept { +BOOL HardwareTimer::Wait() { if (fWaitFor < 1) return NO; if (fWaitFor > 1'000'000) return NO; // max 1000s = 16 minutes -- cgit v1.2.3