mirror of
https://github.com/cc65/cc65.git
synced 2024-12-30 20:29:25 +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:
parent
82b998117a
commit
81a30cc888
@ -1317,7 +1317,7 @@ void CS_Output (CodeSeg* S)
|
||||
break;
|
||||
}
|
||||
}
|
||||
WriteOutput ("\n;\n");
|
||||
WriteOutput (";\n");
|
||||
}
|
||||
|
||||
/* Add line debug info */
|
||||
|
Loading…
Reference in New Issue
Block a user