aboutsummaryrefslogtreecommitdiff
path: root/gcc/gmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gmon.c')
-rw-r--r--gcc/gmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gmon.c b/gcc/gmon.c
index df9cfab..aa4fd16 100644
--- a/gcc/gmon.c
+++ b/gcc/gmon.c
@@ -74,7 +74,7 @@ monstartup(lowpc, highpc)
{
int monsize;
char *buffer;
- register int o;
+ int o;
/*
* round lowpc and highpc to multiples of the density we're using