Working on source line information
git-svn-id: svn://svn.cc65.org/cc65/trunk@747 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
/* (C) 1998-2000 Ullrich von Bassewitz */
|
||||
/* (C) 1998-2001 Ullrich von Bassewitz */
|
||||
/* Wacholderweg 14 */
|
||||
/* D-70597 Stuttgart */
|
||||
/* EMail: uz@musoftware.de */
|
||||
/* EMail: uz@cc65.org */
|
||||
/* */
|
||||
/* */
|
||||
/* This software is provided 'as-is', without any expressed or implied */
|
||||
@@ -266,7 +266,7 @@ void ObjWritePos (const FilePos* Pos)
|
||||
ObjWriteVar (0);
|
||||
} else {
|
||||
ObjWriteVar (Pos->Name - 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -367,3 +367,17 @@ void ObjEndDbgSyms (void)
|
||||
|
||||
|
||||
|
||||
void ObjStartLineInfos (void)
|
||||
/* Mark the start of the line info section */
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
void ObjEndLineInfos (void)
|
||||
/* Mark the end of the line info section */
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user