From 93d46a2ff3e025f198261714197951aa7658c087 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 22 Oct 1998 13:01:25 +0000 Subject: Make the "flops" benchmark into a good citizen, and exit with the proper value. --- benchmarks/flops/patches/patch-aa | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 benchmarks/flops/patches/patch-aa (limited to 'benchmarks') 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); + } + + /*****************************************************/ -- cgit v1.2.3