1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00

Fixed source output in generated assembly when -T is used.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3956 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2009-02-23 22:11:18 +00:00
parent 82b998117a
commit 81a30cc888

View File

@ -1317,7 +1317,7 @@ void CS_Output (CodeSeg* S)
break;
}
}
WriteOutput ("\n;\n");
WriteOutput (";\n");
}
/* Add line debug info */