Remove bogus argument to fprintf.
From-SVN: r13677
This commit is contained in:
parent
e08cb549c8
commit
b32221da8d
@ -6053,7 +6053,7 @@ debug_reload()
|
||||
fprintf (stderr, ", inc by %d\n", reload_inc[r]);
|
||||
|
||||
if (reload_nocombine[r])
|
||||
fprintf (stderr, ", can't combine", reload_nocombine[r]);
|
||||
fprintf (stderr, ", can't combine");
|
||||
|
||||
if (reload_secondary_p[r])
|
||||
fprintf (stderr, ", secondary_reload_p");
|
||||
|
Loading…
Reference in New Issue
Block a user