diff options
Diffstat (limited to 'dev/Kernel/HALKit/ARM64')
| -rw-r--r-- | dev/Kernel/HALKit/ARM64/Processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
