diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-21 09:23:13 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-21 09:23:13 +0200 |
| commit | 27fd1ba438eecbe184a5deda6d9f468509ec4f42 (patch) | |
| tree | 1ef5c34198aee313b7f5e297a13d169c4f1bd6b1 /dev/kernel/HALKit/RISCV/HalApplicationProcessor.cc | |
| parent | e5edad799f0f8dbe0b34baf55c30849c941a43f9 (diff) | |
feat: refactor and fixed python scripts.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/HALKit/RISCV/HalApplicationProcessor.cc')
| -rw-r--r-- | dev/kernel/HALKit/RISCV/HalApplicationProcessor.cc | 3 |
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
|
