diff options
Diffstat (limited to 'src/kernel/HALKit/RISCV/HalApplicationProcessor.cc')
| -rw-r--r-- | src/kernel/HALKit/RISCV/HalApplicationProcessor.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kernel/HALKit/RISCV/HalApplicationProcessor.cc b/src/kernel/HALKit/RISCV/HalApplicationProcessor.cc index 68242f97..6c882acf 100644 --- a/src/kernel/HALKit/RISCV/HalApplicationProcessor.cc +++ b/src/kernel/HALKit/RISCV/HalApplicationProcessor.cc @@ -11,7 +11,8 @@ using namespace Kernel; namespace Kernel { namespace Detail { STATIC void mp_hang_fn(void) { - while (YES); + while (YES) + ; } } // namespace Detail |
