2005-05-11 Eli Zaretskii <eliz@gnu.org>
[deliverable/binutils-gdb.git] / gprof / basic_blocks.c
index ed26caecaa524eb14c6ce27a6009f7398d60d0ac..7a0caeaffde63e87c2a5886a788f689c5ead1bf3 100644 (file)
@@ -19,8 +19,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 \f
 #include "libiberty.h"
 #include "gprof.h"
@@ -281,6 +281,8 @@ print_exec_counts ()
 
   for (i = 0; i < len; ++i)
     {
+      sym = sorted_bbs [i];
+      
       if (sym->ncalls > 0 || ! ignore_zeros)
        {
          /* FIXME: This only works if bfd_vma is unsigned long.  */
This page took 0.037231 seconds and 4 git commands to generate.