* final.c (shorten_branches): Fix last change.

From-SVN: r29160
This commit is contained in:
Andreas Schwab 1999-09-07 08:10:42 +00:00 committed by Andreas Schwab
parent dbc6325976
commit d0f3d9c2ae
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Sep 7 10:08:40 1999 Andreas Schwab <schwab@suse.de>
* final.c (shorten_branches): Fix last change.
Tue Sep 7 00:30:32 1999 Jeffrey A Law (law@cygnus.com)
* pa.h (ASM_OUTPUT_DOUBLE_INT): Delete.

View File

@ -1027,7 +1027,7 @@ shorten_branches (first)
max_labelno = max_label_num ();
min_labelno = get_first_label_num ();
label_align = (struct label_alignment **)
label_align = (struct label_alignment *)
xcalloc ((max_labelno - min_labelno + 1), sizeof (struct label_alignment));
uid_shuid = (int *) xmalloc (max_uid * sizeof *uid_shuid);