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