summaryrefslogtreecommitdiff
path: root/usr.bin/gprof/mips.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-02-21 07:12:57 +0000
committerBruce Evans <bde@FreeBSD.org>2002-02-21 07:12:57 +0000
commit4cd016e8fd79a4e78b95e1cc843a99e01327885b (patch)
treeccbf4fb113cf9c36ffe98a293f7b57cf6f7e7208 /usr.bin/gprof/mips.h
parent2ef41c0cb53cff8e5d4a3b0e73e0105216cd93ac (diff)
Notes
Diffstat (limited to 'usr.bin/gprof/mips.h')
-rw-r--r--usr.bin/gprof/mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gprof/mips.h b/usr.bin/gprof/mips.h
index cd67a43677ca..7a48afa57911 100644
--- a/usr.bin/gprof/mips.h
+++ b/usr.bin/gprof/mips.h
@@ -37,6 +37,7 @@
* @(#)mips.h 8.1 (Berkeley) 6/6/93
*
* From: @(#)sparc.h 5.1 (Berkeley) 7/8/92
+ * $FreeBSD$
*/
/*
@@ -44,7 +45,6 @@
* (see asgnsamples for use and explanation.)
*/
#define OFFSET_OF_CODE 0
-#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
enum opermodes { dummy };
typedef enum opermodes operandenum;