aboutsummaryrefslogtreecommitdiffstats
path: root/tests/riscv_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/riscv_test.h')
-rw-r--r--tests/riscv_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/riscv_test.h b/tests/riscv_test.h
index be033fd..71a4366 100644
--- a/tests/riscv_test.h
+++ b/tests/riscv_test.h
@@ -27,7 +27,7 @@ TEST_FUNC_NAME: \
.test_name: \
.ascii TEST_FUNC_TXT; \
.byte 0x00; \
- .balign 4; \
+ .balign 4, 0; \
.prname_done: \
addi a1,zero,'.'; \
sw a1,0(a2); \