diff options
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/flops/patches/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/benchmarks/flops/patches/patch-aa b/benchmarks/flops/patches/patch-aa new file mode 100644 index 00000000000..25b70bbf0c7 --- /dev/null +++ b/benchmarks/flops/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1 1998/10/22 13:01:25 agc Exp $ + +Exit with a 0. + +--- flops.c 1998/10/22 12:46:57 1.1 ++++ flops.c 1998/10/22 12:47:42 +@@ -638,6 +638,7 @@ + printf(" MFLOPS(3) = %10.4lf\n",T[32]); + printf(" MFLOPS(4) = %10.4lf\n\n",T[34]); + ++ exit(0); + } + + /*****************************************************/ |