From cd4fc8a1d68a487439fc7e5bffd423974ba3a95f Mon Sep 17 00:00:00 2001 From: Amlal Date: Mon, 17 Feb 2025 09:15:11 +0100 Subject: ADD: MBCI design is done. an HCI protocol. Signed-off-by: Amlal --- dev/Kernel/HALKit/ARM64/Processor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Kernel/HALKit/ARM64') diff --git a/dev/Kernel/HALKit/ARM64/Processor.h b/dev/Kernel/HALKit/ARM64/Processor.h index 41e96c19..023b6bfb 100644 --- a/dev/Kernel/HALKit/ARM64/Processor.h +++ b/dev/Kernel/HALKit/ARM64/Processor.h @@ -79,7 +79,7 @@ namespace Kernel::HAL inline Void hal_wfi(Void) { - asm volatile ("wfi"); + asm volatile("wfi"); } } // namespace Kernel::HAL -- cgit v1.2.3