diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-07-13 23:21:45 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-07-13 23:21:45 +0000 |
commit | fbcbb8c4d40eca2914165498f7645a2aa077afca (patch) | |
tree | 3ab87346e0690fac2153b72c4edf9a658e0841d3 /gprof/gprof.c | |
parent | 60a70a7b0ebe4e30a99f1a3154ff445c5926b834 (diff) | |
download | gdb-fbcbb8c4d40eca2914165498f7645a2aa077afca.zip gdb-fbcbb8c4d40eca2914165498f7645a2aa077afca.tar.gz gdb-fbcbb8c4d40eca2914165498f7645a2aa077afca.tar.bz2 |
ns532 support from Ian Dall
Diffstat (limited to 'gprof/gprof.c')
-rw-r--r-- | gprof/gprof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/gprof.c b/gprof/gprof.c index c8e0995..301da69 100644 --- a/gprof/gprof.c +++ b/gprof/gprof.c @@ -525,7 +525,7 @@ valcmp(p1, p2) readsamples(pfile) FILE *pfile; { - register i; + register int i; if (samples == 0) { |