summaryrefslogtreecommitdiffstats
path: root/testsuites/benchmarks/linpack/linpack-pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/benchmarks/linpack/linpack-pc.c')
-rw-r--r--testsuites/benchmarks/linpack/linpack-pc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/benchmarks/linpack/linpack-pc.c b/testsuites/benchmarks/linpack/linpack-pc.c
index 5b8bc1c378..f85e677c97 100644
--- a/testsuites/benchmarks/linpack/linpack-pc.c
+++ b/testsuites/benchmarks/linpack/linpack-pc.c
@@ -534,6 +534,9 @@ int main (int argc, char **argv)
fprintf(stdout,"\n");
fprintf(stdout,ROLLING);fprintf(stdout,PREC);
fprintf(stdout," Precision %11.2f Mflops \n\n",mflops);
+#ifdef __rtems__
+ return 0;
+#endif
}
/*----------------------*/