aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/news.h
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-10-26 06:06:28 +0000
committerRichard Stallman <rms@gnu.org>1992-10-26 06:06:28 +0000
commit9a36bc362783cdfd6c84984f689345b9c5a56f7e (patch)
tree601706276bcf2e12210a64452ee6fc126969433e /gcc/config/m68k/news.h
parentb4ff474ce0342180dbd5e184966feb44c5dd609c (diff)
downloadgcc-9a36bc362783cdfd6c84984f689345b9c5a56f7e.zip
gcc-9a36bc362783cdfd6c84984f689345b9c5a56f7e.tar.gz
gcc-9a36bc362783cdfd6c84984f689345b9c5a56f7e.tar.bz2
(FUNCTION_EPILOGUE): Fix typos.
From-SVN: r2610
Diffstat (limited to 'gcc/config/m68k/news.h')
-rw-r--r--gcc/config/m68k/news.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/news.h b/gcc/config/m68k/news.h
index 707a44c..24f6cce 100644
--- a/gcc/config/m68k/news.h
+++ b/gcc/config/m68k/news.h
@@ -230,9 +230,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
else if (fsize) \
{ \
if (fsize + 4 < 0x8000) \
- asm_fprintf (stream, "\tadd.w #%d,sp\n", fsize + 4); \
+ fprintf (FILE, "\tadd.w #%d,sp\n", fsize + 4); \
else \
- asm_fprintf (stream, "\tadd.l #%d,sp\n", fsize + 4); \
+ fprintf (FILE, "\tadd.l #%d,sp\n", fsize + 4); \
} \
if (current_function_pops_args) \
fprintf (FILE, "\trtd #%d\n", current_function_pops_args); \