aboutsummaryrefslogtreecommitdiff
path: root/tests/asmtest.S
diff options
context:
space:
mode:
Diffstat (limited to 'tests/asmtest.S')
-rw-r--r--tests/asmtest.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/asmtest.S b/tests/asmtest.S
index 3b2c22a..f6fecde 100644
--- a/tests/asmtest.S
+++ b/tests/asmtest.S
@@ -9,7 +9,8 @@
.int 1, 2, 3
.align 8
.byte 1
- .align 16, 0x90
+/* .align 16, 0x90 gas is too clever for us with 0x90 fill */
+ .align 16, 0x91 /* 0x91 tests the non-clever behaviour */
.skip 3
.skip 15, 0x90
.string "hello\0world"