Commit a688e0b7 by Gavin Koch Committed by Gavin Romig-Koch

* config/mips/mips.h (ASM_OUTPUT_ALIGN): Remove trailing semi-colon.

From-SVN: r19698
parent ec350bdd
Tue May 12 11:44:14 1998 Gavin Koch <gavin@cygnus.com>
* config/mips/mips.h (ASM_OUTPUT_ALIGN): Remove trailing semi-colon.
Tue May 12 11:38:31 1998 Gavin Koch <gavin@cygnus.com>
* config/mips/mips.md (dslot): Move after definition of "cpu"
......
......@@ -4215,7 +4215,7 @@ do { \
to a multiple of 2**LOG bytes. */
#define ASM_OUTPUT_ALIGN(STREAM,LOG) \
fprintf (STREAM, "\t.align\t%d\n", (LOG));
fprintf (STREAM, "\t.align\t%d\n", (LOG))
/* This is how to output an assembler line to advance the location
counter by SIZE bytes. */
......
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