summaryrefslogtreecommitdiff
path: root/tests/tcg/cris/check_settls1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcg/cris/check_settls1.c')
-rw-r--r--tests/tcg/cris/check_settls1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcg/cris/check_settls1.c b/tests/tcg/cris/check_settls1.c
index 69d202652a..3abc3a9ea8 100644
--- a/tests/tcg/cris/check_settls1.c
+++ b/tests/tcg/cris/check_settls1.c
@@ -35,7 +35,7 @@ int main (void)
syscall (SYS_set_thread_area, old_tp);
if (tp != 0xeddeed00) {
- * (volatile int *) 0 = 0;
+ * (volatile int *) 0 = 0;
perror ("tls2");
abort ();
}