Maintain the types as separate indexed items in the debug info file.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5263 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-08-22 18:22:45 +00:00
parent b064002266
commit 374b106b06
7 changed files with 89 additions and 25 deletions

View File

@@ -68,6 +68,7 @@
#include "segments.h"
#include "spool.h"
#include "tgtcfg.h"
#include "tpool.h"
@@ -554,6 +555,9 @@ int main (int argc, char* argv [])
/* Initialize the string pool */
InitStrPool ();
/* Initialize the type pool */
InitTypePool ();
/* Check the parameters */
I = 1;
while (I < ArgCount) {