Commit 4b6140f1 by Manfred Hollstein Committed by Jeff Law

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

From-SVN: r15845
parent 6cb68ff4
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.
......
......@@ -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 */
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment