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