* pa.c (pa_add_gc_roots): Fix thinko in last change.
From-SVN: r29542
This commit is contained in:
parent
46826921eb
commit
e151ac883e
@ -1,3 +1,7 @@
|
||||
Tue Sep 21 06:45:31 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* pa.c (pa_add_gc_roots): Fix thinko in last change.
|
||||
|
||||
Tue Sep 21 05:29:17 1999 Richard Earnshaw (rearnsha@arm.com)
|
||||
|
||||
* stmt.c (any_pending_cleanups): Don't crash when
|
||||
|
@ -6560,6 +6560,6 @@ pa_add_gc_roots ()
|
||||
ggc_add_rtx_root (&hppa_compare_op0, 1);
|
||||
ggc_add_rtx_root (&hppa_compare_op1, 1);
|
||||
ggc_add_rtx_root (&hp_profile_label_rtx, 1);
|
||||
ggc_add_root (&deferred_plabels, sizeof (&deferred_plabels), 1,
|
||||
ggc_add_root (&deferred_plabels, 1, sizeof (&deferred_plabels),
|
||||
&mark_deferred_plabels);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user