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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/testsuite/shuffle2.c b/trunk/testsuite/shuffle2.c
index 4d761d4..8c06942 100644
--- a/trunk/testsuite/shuffle2.c
+++ b/trunk/testsuite/shuffle2.c
@@ -16,7 +16,7 @@ int main()
exit (0);
}
-asm (".section nonalloced,\"aw\",@nobits\n\t"
+asm (".section nonalloced,\"aw\",%nobits\n\t"
".globl testzero\n\t"
"testzero: .skip 16384\n\t"
".previous");