* final.c (shorten_branches): Fix last change.
From-SVN: r29160
This commit is contained in:
parent
dbc6325976
commit
d0f3d9c2ae
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user