summaryrefslogtreecommitdiffstats
path: root/trunk/testsuite/shuffle2.c
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/testsuite/shuffle2.c')
-rw-r--r--trunk/testsuite/shuffle2.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/trunk/testsuite/shuffle2.c b/trunk/testsuite/shuffle2.c
index c9f03ce..ed1af21 100644
--- a/trunk/testsuite/shuffle2.c
+++ b/trunk/testsuite/shuffle2.c
@@ -19,9 +19,11 @@ int main()
#ifdef __arm__
asm (".section nonalloced,\"aw\",%nobits\n\t"
".globl testzero\n\t"
- "testzero: .skip 16384");
+ "testzero: .skip 16384\n\t"
+ ".previous");
#else
asm (".section nonalloced,\"aw\",@nobits\n\t"
".globl testzero\n\t"
- "testzero: .skip 16384");
+ "testzero: .skip 16384\n\t"
+ ".previous");
#endif