diff options
Diffstat (limited to 'gprof/gmon.h')
-rw-r--r-- | gprof/gmon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/gmon.h b/gprof/gmon.h index be670ff..762f970 100644 --- a/gprof/gmon.h +++ b/gprof/gmon.h @@ -53,11 +53,11 @@ #define GMONVERSION 0x00051879 /* Size of the old BSD gmon header */ -#define GMON_HDRSIZE_OLDBSD_32 (4 + 4 + 4) +#define GMON_HDRSIZE_OLDBSD_32 (4 + 4 + 4) /* FIXME: Checking host compiler defines here means that we can't use a cross gprof alpha OSF. */ -#if defined(__alpha__) && defined (__osf__) +#if defined(__alpha__) && defined (__osf__) #define GMON_HDRSIZE_OLDBSD_64 (8 + 8 + 4 + 4) #else #define GMON_HDRSIZE_OLDBSD_64 (8 + 8 + 4) |