aboutsummaryrefslogtreecommitdiff
path: root/tests/simple_ideal_noc/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_ideal_noc/test.c')
-rw-r--r--tests/simple_ideal_noc/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_ideal_noc/test.c b/tests/simple_ideal_noc/test.c
index 2e4a22c..aaf86c7 100644
--- a/tests/simple_ideal_noc/test.c
+++ b/tests/simple_ideal_noc/test.c
@@ -45,7 +45,7 @@ do_work:
*control = x + 1;
if (x == X - 1)
- asm("ebreak");
+ asm ("ebreak");
/* otherwise just loop */
while (1) {}