Fixed a comment.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5652 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -373,7 +373,7 @@ static void F_EmitDebugInfo (void)
|
|||||||
/* Emit debug infos for the current function */
|
/* Emit debug infos for the current function */
|
||||||
{
|
{
|
||||||
if (DebugInfo) {
|
if (DebugInfo) {
|
||||||
/* Get the current fuction */
|
/* Get the current function */
|
||||||
const SymEntry* Sym = CurrentFunc->FuncEntry;
|
const SymEntry* Sym = CurrentFunc->FuncEntry;
|
||||||
|
|
||||||
/* Output info for the function itself */
|
/* Output info for the function itself */
|
||||||
|
|||||||
Reference in New Issue
Block a user