diff options
Diffstat (limited to 'src/kernel/HALKit/ARM64/Processor.h')
| -rw-r--r-- | src/kernel/HALKit/ARM64/Processor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/HALKit/ARM64/Processor.h b/src/kernel/HALKit/ARM64/Processor.h index 716d317b..de9f932e 100644 --- a/src/kernel/HALKit/ARM64/Processor.h +++ b/src/kernel/HALKit/ARM64/Processor.h @@ -60,7 +60,7 @@ struct PACKED StackFrame { typedef StackFrame* StackFramePtr; -inline Void rt_halt() noexcept { +inline Void rt_halt() { while (Yes) { } } |
