diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-09 17:35:26 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-09 17:35:26 +0300 |
| commit | 489beadf61d05f40dd4ac40e4e5290502f7ad078 (patch) | |
| tree | 58241d94c3376aae6b081c6fe16288aa0f4d8593 /tests/simple_fat_bfly/test.c | |
| parent | 1853f5d6594bc371e4d8e631c24acd011a620915 (diff) | |
| download | gran-489beadf61d05f40dd4ac40e4e5290502f7ad078.tar.gz gran-489beadf61d05f40dd4ac40e4e5290502f7ad078.zip | |
format
Diffstat (limited to 'tests/simple_fat_bfly/test.c')
| -rw-r--r-- | tests/simple_fat_bfly/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_fat_bfly/test.c b/tests/simple_fat_bfly/test.c index 2e4a22c..aaf86c7 100644 --- a/tests/simple_fat_bfly/test.c +++ b/tests/simple_fat_bfly/test.c @@ -45,7 +45,7 @@ do_work: *control = x + 1; if (x == X - 1) - asm("ebreak"); + asm ("ebreak"); /* otherwise just loop */ while (1) {} |
