summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/gprof/gprof.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c
index 6eaca0a8643..950c6555368 100644
--- a/usr.bin/gprof/gprof.c
+++ b/usr.bin/gprof/gprof.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gprof.c,v 1.25 2016/09/01 09:49:44 tedu Exp $ */
+/* $OpenBSD: gprof.c,v 1.26 2016/10/08 19:55:39 guenther Exp $ */
/* $NetBSD: gprof.c,v 1.8 1995/04/19 07:15:59 cgd Exp $ */
/*
@@ -65,7 +65,7 @@ main(int argc, char *argv[])
cyclethreshold = atoi( *++argv );
break;
case 'c':
-#if defined(__i386__) || defined(__sparc64__)
+#if defined(__i386__) || defined(__mips64__)
cflag = TRUE;
#else
fprintf(stderr, "%s: -c isn't supported on this architecture yet\n", __progname);