Write the high level debug info to the object file.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5281 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -45,9 +45,10 @@
|
||||
#include "xmalloc.h"
|
||||
|
||||
/* ca65 */
|
||||
#include "global.h"
|
||||
#include "dbginfo.h"
|
||||
#include "error.h"
|
||||
#include "expr.h"
|
||||
#include "global.h"
|
||||
#include "objfile.h"
|
||||
#include "scanner.h"
|
||||
#include "segment.h"
|
||||
@@ -909,6 +910,9 @@ void WriteDbgSyms (void)
|
||||
|
||||
}
|
||||
|
||||
/* Write the high level symbols */
|
||||
WriteHLDbgSyms ();
|
||||
|
||||
/* Done writing debug symbols */
|
||||
ObjEndDbgSyms ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user