summaryrefslogtreecommitdiff
path: root/usr.bin/pcc
diff options
context:
space:
mode:
authorStefan Kempf <stefan@cvs.openbsd.org>2007-11-24 00:45:00 +0000
committerStefan Kempf <stefan@cvs.openbsd.org>2007-11-24 00:45:00 +0000
commiteeb86d7f7a8d886c93e7852ca256e9398bb9d421 (patch)
tree2ce92ae16f77a445f6a304811a41a27dee6310ca /usr.bin/pcc
parent8b6d016eaccf2d6552432b38e45ea946727d81c8 (diff)
Add newline after comment. The following instruction would not be
recognized by the assembler otherwise.
Diffstat (limited to 'usr.bin/pcc')
-rw-r--r--usr.bin/pcc/powerpc/table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pcc/powerpc/table.c b/usr.bin/pcc/powerpc/table.c
index 3f454516741..8299d3aa2c5 100644
--- a/usr.bin/pcc/powerpc/table.c
+++ b/usr.bin/pcc/powerpc/table.c
@@ -1,5 +1,5 @@
/*-
- * $OpenBSD: table.c,v 1.5 2007/11/22 21:20:43 stefan Exp $
+ * $OpenBSD: table.c,v 1.6 2007/11/24 00:44:59 stefan Exp $
*
* Copyright (c) 2007 Gregory McGarry <g.mcgarry@ieee.org>
*
@@ -165,7 +165,7 @@ struct optab table[] = {
SAREG, TWORD,
SAREG, TCHAR|TUCHAR,
NAREG|NASL|NSPECIAL, RESC1,
- " andi. A1,AL,255" COM "convert (u)int to (u)char", },
+ " andi. A1,AL,255" COM "convert (u)int to (u)char\n", },
/* convert (u)int to (u)short */
{ SCONV, INAREG,