* m88k.c (m88k_begin_prologue): Remove superfluous backslash.

From-SVN: r15845
This commit is contained in:
Manfred Hollstein 1997-10-06 18:45:32 +00:00 committed by Jeff Law
parent 6cb68ff4c1
commit 4b6140f1c1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Oct 6 12:47:32 1997 Manfred Hollstein (manfred@lts.sel.alcatel.de)
* m88k.c (m88k_begin_prologue): Remove superfluous backslash.
Mon Oct 6 12:04:24 1997 Jeffrey A Law (law@cygnus.com)
* Makefile.in (check-g77): New test target.

View File

@ -1938,7 +1938,7 @@ m88k_begin_prologue (stream, size)
int size;
{
if (TARGET_OMIT_LEAF_FRAME_POINTER && ! quiet_flag && leaf_function_p ())
fprintf (stderr, "$");\
fprintf (stderr, "$");
m88k_prologue_done = 1; /* it's ok now to put out ln directives */
}