Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/nbperf Adding missing new lines in output.
details: https://anonhg.NetBSD.org/src/rev/08b4e561081f
branches: trunk
changeset: 782853:08b4e561081f
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Nov 23 02:57:57 2012 +0000
description:
Adding missing new lines in output.
diffstat:
usr.bin/nbperf/nbperf-bdz.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r cef21780310e -r 08b4e561081f usr.bin/nbperf/nbperf-bdz.c
--- a/usr.bin/nbperf/nbperf-bdz.c Fri Nov 23 02:17:15 2012 +0000
+++ b/usr.bin/nbperf/nbperf-bdz.c Fri Nov 23 02:57:57 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nbperf-bdz.c,v 1.5 2012/09/25 20:53:46 joerg Exp $ */
+/* $NetBSD: nbperf-bdz.c,v 1.6 2012/11/23 02:57:57 joerg Exp $ */
/*-
* Copyright (c) 2009, 2012 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -36,7 +36,7 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: nbperf-bdz.c,v 1.5 2012/09/25 20:53:46 joerg Exp $");
+__RCSID("$NetBSD: nbperf-bdz.c,v 1.6 2012/11/23 02:57:57 joerg Exp $");
#include <err.h>
#include <inttypes.h>
@@ -227,12 +227,12 @@
state->graph.v);
fprintf(nbperf->output,
- "\tidx = 9 + ((g1[h[0] >> 6] >> (h[0] & 63)) &1)"
- "\t + ((g1[h[1] >> 6] >> (h[1] & 63)) & 1)"
- "\t + ((g1[h[2] >> 6] >> (h[2] & 63)) & 1)"
- "\t - ((g2[h[0] >> 6] >> (h[0] & 63)) & 1)"
- "\t - ((g2[h[1] >> 6] >> (h[1] & 63)) & 1)"
- "\t - ((g2[h[2] >> 6] >> (h[2] & 63)) & 1);"
+ "\tidx = 9 + ((g1[h[0] >> 6] >> (h[0] & 63)) &1)\n"
+ "\t + ((g1[h[1] >> 6] >> (h[1] & 63)) & 1)\n"
+ "\t + ((g1[h[2] >> 6] >> (h[2] & 63)) & 1)\n"
+ "\t - ((g2[h[0] >> 6] >> (h[0] & 63)) & 1)\n"
+ "\t - ((g2[h[1] >> 6] >> (h[1] & 63)) & 1)\n"
+ "\t - ((g2[h[2] >> 6] >> (h[2] & 63)) & 1);\n"
);
fprintf(nbperf->output,
Home |
Main Index |
Thread Index |
Old Index