From: Sean Eric Fagan Date: Fri, 19 Jul 1991 22:01:37 +0000 (+0000) Subject: Fixed a stupid error (used '+=' instead of '='). X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=dfedb39a5c3275a86be1a017b65a79e3bb8b228f;p=deliverable%2Fbinutils-gdb.git Fixed a stupid error (used '+=' instead of '='). --- diff --git a/gprof/sparc.c b/gprof/sparc.c index 0bd6451027..f344cff974 100644 --- a/gprof/sparc.c +++ b/gprof/sparc.c @@ -1,4 +1,4 @@ -/* +* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * @@ -82,7 +82,7 @@ findcall( parentp , p_lowpc , p_highpc ) printf( "[findcall]\t0x%x:callf" , instructp - textspace ); } # endif DEBUG - length += 4; /* constant length in a SPARC */ + length = 4; /* constant length in a SPARC */ /* * regular pc relative addressing * check that this is the address of