summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/HALKit/RISCV/HalApplicationProcessor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/kernel/HALKit/RISCV/HalApplicationProcessor.cc')
-rw-r--r--dev/kernel/HALKit/RISCV/HalApplicationProcessor.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/kernel/HALKit/RISCV/HalApplicationProcessor.cc b/dev/kernel/HALKit/RISCV/HalApplicationProcessor.cc
index e6fdddfb..31d4a62e 100644
--- a/dev/kernel/HALKit/RISCV/HalApplicationProcessor.cc
+++ b/dev/kernel/HALKit/RISCV/HalApplicationProcessor.cc
@@ -13,7 +13,8 @@ using namespace Kernel;
namespace Kernel {
namespace Detail {
STATIC void mp_hang_fn(void) {
- while (YES);
+ while (YES)
+ ;
}
} // namespace Detail